Watch and track your favorite playlist.
Curated by: Anurag Affection (122 videos)
#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()