MENU

Fun & Interesting

9- Programming with Java || Bitwise Operator part 1

Online Learning 6 2 weeks ago
Video Not Working? Fix It Now

The binary & operator is used to clear bits from an integer operand. The binary | operator is used to set bits in an integer operand. The binary ^ operator returns one in each bit position where exactly one of the corresponding operand bits is set.

Comment