Replies: 2 comments
-
자바에서 null을 안전하게 다루기 위한 방법으로는 자바 8에서 나온 Optional을 사용이 있다. |
Beta Was this translation helpful? Give feedback.
0 replies
-
null을 다루는 방법으로는 크게 Optional 과 Null 객체가 있다. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
.
Beta Was this translation helpful? Give feedback.
All reactions