4.6 Bitwise And & Or | Operator in Java

preview_player
Показать описание
The bitwise NOT, or complement, is a unary operation that performs logical negation on each bit, forming the ones' complement of the given binary value. Bits that are 0 become 1, and those that are 1 become 0.

Follow on Facebook:

Subscribe to our other channel:
Telusko Hindi :

Subscribe to the channel and learn Programming in easy way.

Рекомендации по теме
Комментарии
Автор

You teach amazing I never thought that I will get java this good. You teach amazing Navin

manishaarora
Автор

Navin, you are awesome! My endless gratitude for your effort and tutorials!

akmalatkhamov
Автор

nice, really short and straight to the point. I have a pretty good grasp of basic binary systems but wasn't quite getting bitwise operations and thanks to your video I understand so thank you.

hughmungus
Автор

good explanation with practical sir, thanks

SmartProgramming
Автор

sir you are doing great always live in our heart yes, a teacher is equal to God.

deepakgir
Автор

Navin bro, you are amazing... Trust me on this. Keep up the good work! :)

vikalppa
Автор

Thanks. But what is the purpose of using this?

eugenekhristo
Автор

thank you so much, after a couple of hours now I get it.

djboooommm
Автор

Thank you so much! This was so confusing. I didn't understand until I saw this

z
Автор

This was very helpful. I only have one question. When comparing binary numbers, if both are 0s, will the answer be 1 or 0?

cynthiaalvarez
Автор

Thank you so much my dear, It's very helpful.

abderahmaneyous
Автор

do you have any video on BitSet in java??
Thank You

ajayshah
Автор

what if we can use the bitwise operators in the if or else condition for the statement. For suppose, let i=5 and j=2 and if(i<=5 & j>2) then what will happen in the execution time of code. can you please explain me?

naveensai
Автор

its real good vedio for me thanks for uploading this vedio sir

manisha_dipak
Автор

How to convert decimal to binary ? plz reply

smitkalsa
Автор

What if binary code doesn't line up...like 10001 and 111?

Historyiswatching
Автор

Can anyone tell What is the practical use of this ?

sandhirkumar
Автор

i compiled the same program on netbeans 8.0.2 but the output is only c y?

revathyn
Автор

it would be easier if you used truth table to explain this !!

mysterOrel
Автор

Binary format of 25 is wrong.. that's 11101

sreesaishirishanimmala