fork download
  1. class Ideone {
  2. public static void main (String[] args) {
  3. System.out.println(1 << 40);
  4. System.out.println(1L << 40);
  5. }
  6. }
Success #stdin #stdout 0.04s 2184192KB
stdin
Standard input is empty
stdout
256
1099511627776