반응형
boolean 은 자료형이기 때문에 오직 true, false 만 들어갈수있고 null 은 못넣는다
null 을 넣기위해선 바로 참조형인 Boolean 으로 적어야하는것이였다!!
같은 맥락으로 int 에 null 을 못넣고 Integer 에 null 을 넣을수있는것처럼말이다
정리하면
reference type => boolean : true/false
primitive type => Boolean : true/false/null
반응형
'I LEARNED > TIL' 카테고리의 다른 글
[TIL] [troubleshooting] cause: invalid source release: 11 (0) | 2022.09.02 |
---|---|
[TIL] Docker 기본 문법 및 명령 (0) | 2022.08.28 |
TIL_primitive type vs reference type (0) | 2022.08.21 |
[TIL] [troubleshooting] for input string"name" (0) | 2022.08.20 |
[TIL] [spring/ troubleshooting] org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL (0) | 2022.08.20 |
댓글