Computer Science, asked by srivastavpranav3136, 9 months ago

All the bitwise operators have same precedence in Java.True or False

Answers

Answered by Anonymous
5

Answer:

The modulus operator (%) can be used only with integer operands. ii) All the bitwise operators have the same level of precedence in Java. ... If a and b are integers, then for a=14 and b=4 what will be the value of expression a/b.

Answered by Anonymous
7

Answer:

All bitwise operations are carried out with the same level of precedence in Java. All operations in Java, including the bitwise operations, are carried out with a definite precedence.

Similar questions