What is the difference between String and StringBuffer? - JAVA Interview Questions

What is the difference between String and StringBuffer?


String objects are immutable whereas StringBuffer objects are not. StringBuffer unlike Strings support growable and modifiable strings.


Click Here to See Answer .....
Did you like this article ?
Subscribe to my RSS feed and get more JAVA Question, and Guideline, Plus a lot more great advice to help your Software Career.

0 comments:

Related JAVA Questions Posts