Friday 15 March 2013

What is the difference between String and StringBuffer?

What is the difference between String and StringBuffer? 
String: String is a immutable class. You can't modify it.
StringBuffer: StringBuffer is a
 mutable class .You can modify it.


Blog Author: Vijay Kumar

Go to: Coding Problem Solutions

No comments: