1.

Find operators that work as both Logical operators and Bitwise operators in Java?

A. &, &=
B. |, |=
C. ^, ^=
D. All the above
Answer» E.


Discussion

No Comment Found