728x90
https://hydroponicglass.tistory.com/134
[JAVA] 정수의 최대값, 최소값 출력
자바에서 정수의 최대값, 최소값 출력 // java public static void main(String[] args) { System.out.println(Integer.MAX_VALUE); // 2147483647 System.out.println(Integer.MIN_VALUE); // -2147483648 } 32비..
hydroponicglass.tistory.com
728x90
'공부 (@Deprecated)' 카테고리의 다른 글
| [Java] Encoding UTF-8 (0) | 2021.11.05 |
|---|---|
| [Google Spread Sheet] 환율 (0) | 2021.11.05 |
| [Java] List<Integer> -> int array[] (0) | 2021.11.05 |
| [Linux] File encoding (0) | 2021.11.05 |
| [Java] JVM encoding (1) | 2021.11.05 |