What is the output of the following statement?
System.out.println( 16 >>> 3);
Click to view the answer
b
The bit sequence 0001000 is shifted to the right 3 positions with a zero sign fill.