Home / Report Question

Q. 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