public class hashTest { public static void main(String[] args) { long HIGH_BITS = 0xFFFFFFFF << 28; System.out.print( HIGH_BITS ); } }