i

JAVA Complete Course

Shifting Operators

Shifting operators: left shift and right shift are manipulating on bits (number representation). To understand how they are doing the operations let’s directly revisit the examples:

Left shift example

Right shift example