Java String: String Constant Pool(SCP)

작성자

카테고리:

← 피드로
r/programming · /u/Chaos-vy17 · 2026-07-26 개발(SW)

After reading all the String documentation and exact code of String class, I find the main engine that makes String in Java (study of deep knowledge) i.e., String constant pool. when we say String s0 = "example1" , String s1 = "example1" and String s2…

원문 보기 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다