Multiple choice technology programming languages All the bitwise operators have the same level of operator precedence in Java True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation Bitwise operators in Java do not all share the same precedence level. For instance, bitwise AND (&) has a higher precedence than bitwise exclusive OR (^), which in turn has a higher precedence than bitwise inclusive OR (|).