Multiple choice technology programming languages

All bitwise operations are carried out with the same level of precedence in Java.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Bitwise operations in Java have different precedence levels. For example, & has higher precedence than ^, which has higher precedence than |. They are not all at the same level. The statement claiming 'same level of precedence' is false.