

MCQOPTIONS
Saved Bookmarks
1. |
Find operators that work as both Logical operators and Bitwise operators in Java? |
A. | &, &= |
B. | |, |= |
C. | ^, ^= |
D. | All the above |
Answer» E. | |