

MCQOPTIONS
Saved Bookmarks
1. |
Bitwise operators in Java work with? |
A. | boolean data like true or false |
B. | Real numbers like float or double |
C. | Individual bits of integers like byte, short, int, long and char |
D. | All the above |
Answer» D. All the above | |