InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between String And String Buffer? |
|
Answer» OBJECT's of STRING class is immutable and object's of StringBuffer class is mutable MOREOVER String buffer is FASTER in CONCATENATION. Object's of String class is immutable and object's of StringBuffer class is mutable moreover String buffer is faster in concatenation. |
|