The differences between String, StringBuffer and StringBuilder

String String is immutable(once created can not be changed) object. The object created as a String is stored in the Constant String Pool. Every immutable object in Java is thread safe ,that implies St
相關文章
相關標籤/搜索