Java DSA Practice

Watch and track your favorite playlist.

Curated by: Anurag Affection (122 videos)


Currently Playing: Java DSA 156 • Bit Manipulation • example of binary OR vs logical OR

#156 example of binary binary OR vs logical OR binary or returns integer value logical or returns boolean value Notes false | false = false false | true = true true | false = true true | true = true Notes 0 | 0 = 0 0 | 1 = 1 1 | 0 = 1 1 | 1 = 1 Inbuilt methods Integer.toBinaryString()


Tracks in this Playlist