Interview_literal/StringBuilder/Exception/Generic/lambda, stream/Functional programming/Functional Interface/Annotation
✅ String literal과 new String(““)의 차이 String literal: saved in constant pool new String(""): saved in memory heap constant pool에 저장되면 동일한 문자열에 대해서는 하나의 참조를 재사용 constant pool에서는 같은 ...