study/JAVA
02. StringBuilder 객체
김팥빵_
2023. 9. 9. 16:55
String str = stringBuilder.toString(); //string builder는 문자열에 그대로 넣을 수 없으므로 toString 해준다.