+1 vote
in JAVA by

What’s the difference between String and String Builder class in java?

1 Answer

0 votes
by

What’s the difference between String and String Builder class in java?

1) Strings are immutable while string Builder class is mutable. The string builder class is also synchronized.

Related questions

+1 vote
asked Oct 16, 2020 in JAVA by SakshiSharma
+2 votes
asked Jan 20, 2022 in JAVA by rajeshsharma
...