DEVFYI - Developer Resource - FYI

What is the difference between the String and StringBuffer classes?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

245. What is the difference between the String and StringBuffer classes?

String objects are constants. StringBuffer objects are not.

(Continued on next question...)

Other Interview Questions