#immutability
Read more stories on Hashnode
Articles with this tag
서론 ✅ 자바에서 상수 필드를 선언할 때 static final을 세트처럼 자주 사용합니다. 이 조합은 워낙 빈번하게 등장하여 마치 관례처럼 보일 정도입니다. // 어느 클래스의 static 멤버 public static final String EXAMPLE = ...