
difference between String and String Buffer Class

Difference between String and StringBuffer
1) String object is immutable whereas StringBuffer objects are mutable.
2) String objects are constants whereas String buffer objects are not constants but growable.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.