Java Interview Questions
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:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment