Home / Report Question

Q. What is this >>> bitwise operator in Java?
  • A. Left Shift operator
  • B. Left Shift Fill Zero operator
  • C. Right Shift Operator
  • D. Right Shift Fill Zero operator

Correct Answer: D