자바 boolean VS Boolean, Boolean nullpointerexception

ideal dev·2022년 12월 19일
0

Java

목록 보기
2/7

boolean

: 자료형
:true flase 만 가능 (null XX)

Boolean

: 참조형
: null 담을 수 있음

메모리나 성능면에서는 기본형인 boolean 이 우수
null, 제너릭을 사용해야한다면 Boolean

ex) int : null X, Integer: null

참고
https://bamboo-programmer.tistory.com/6

0개의 댓글