What is the difference between the String and StringBuffer classes?
String objects are constants. StringBuffer objects are not.
Explore posts in the same categories: Java Interview Questions