System.out.println(Math.abs(Integer.MIN_VALUE));
이 코드를 실행시 -2147483648의 절대값인 2147483648가 나오지않는 이유는
int 형의 최대범위값이 +2147483647 이기 때문이다.
https://stackoverflow.com/questions/5444611/math-abs-returns-wrong-value-for-integer-min-value
'문제해결' 카테고리의 다른 글
인텔리제이 build가 안되는 문제 , @SpringBootApplication (can not find) (0) | 2023.01.27 |
---|---|
Spring) @ExceptionHandler(Exception.class)가 동작하지않음. (0) | 2023.01.25 |
No mactching variant of ~~ (0) | 2022.12.01 |
인텔리제이 빌드 실패/Could not create connection to database server. Attempted reconnect 3 times. Giving up. (0) | 2022.11.06 |
Swagger 3 // TypeError: Failed to fetch [ ] (0) | 2022.10.09 |
댓글