Explain bitwise operator in Java.
Answers
Answered by
0
Answer:
Java defines several bitwise operators, which can be applied to the integer types, long, int, short, char, and byte. ... Binary OR Operator copies a bit if it exists in either operand. (A | B) will give 61 which is 0011 1101. ^ (bitwise XOR) Binary XOR Operator copies the bit if it is set in one operand but not both.
MAKE ME BRAINLIEST
Similar questions
Math,
2 months ago
Computer Science,
2 months ago
Social Sciences,
11 months ago
History,
11 months ago