Wednesday, February 11, 2009

What is the difference between the String and StringBuffer classes

Question :What is the difference between the String and StringBuffer classes?
Answer :String objects are constants. StringBuffer objects are not.

No comments: