본문 바로가기
Web Program/Java Lecture

StringBuffer 초기화

by 현이빈이 2008. 8. 13.
반응형

strBuffer.delete(0, strBuffer.capacity());
strBuffer.setLength(0);    

반응형