

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of a Java Program with Shift Right Fill Zeroes (>>>) operator? |
A. | -8, 8 |
B. | -8, 4 |
C. | -8, -4 |
D. | Compiler error |
Answer» D. Compiler error | |