次のコードを試しました。
System.out.println(new Date(1268234290000));
例外をスローします
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
The literal 1268234290000 of type int is out of range
解決方法は?
次のコードを試しました。
System.out.println(new Date(1268234290000));
例外をスローします
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
The literal 1268234290000 of type int is out of range
解決方法は?