Bad shift behaviour in Java
Monday, May 22nd, 2006I just discovered a bad behaviour (baad monkey!) in java, which i in anger would like to share with the world.
The >>> operator is supposed to make a bitwise right shift, and fill the incoming bits with 0’s. This is also true, in the event that you are working with integers or larger datatypes. If […]
