69 Views

What is the difference between String, StringBuffer and StringBuilder?


Diptangsu Goswami 17th Dec, 2018
Answer (1)
Debosmitha Bhattacharyya Student Expert 17th Dec, 2018

Hello Diptangsu,

Mutability Difference:

A string is immutable, if you try to alter their values, another object gets created, whereas StringBuffer and StringBuilder are mutable so they can change their values.

Thread-Safety Difference:

The difference between StringBuffer and StringBuilder is that StringBuffer is thread-safe. So when the application needs to be run only in a single thread then it is better to use StringBuilder. StringBuilder is more efficient than StringBuffer.

Situations:

If your string is not going to change use a String class because a String object is immutable.

If your string can change (example: lots of logic and operations in the construction of the string) and will only be accessed from a single thread, using a StringBuilder is good enough.

If your string can change and will be accessed from multiple threads, use a StringBuffer because StringBuffer is synchronous so you have thread-safety.

Good luck!

Related Questions

Chandigarh University Admissi...
Apply
Ranked #1 Among all Private Indian Universities in QS Asia Rankings 2025 | Scholarships worth 210 CR
TAPMI MBA 2025 | Technology M...
Apply
MBA Admission Open in Technology Management and AI & Data Science | NAAC A++ | Institution of Eminence | Assured Scholarships
Sanskriti University LLM Admi...
Apply
Best innovation and research-driven university of Uttar Pradesh
Maya Devi University LLM admi...
Apply
43.6 LPA Highest Package | 5.48 LPA Average Package | 150+ Courses in UG, PG, Ph.D
Amity University, Noida Law A...
Apply
700+ Campus placements at top national and global law firms, corporates, and judiciaries
MAHE Manipal - B.Arch Admissi...
Apply
Accorded Institution of Eminence by MoE, Govt. of India | NAAC A++ Grade | Ranked #4 India by NIRF 2024 | 85%+ Students placed in Core Sector
View All Application Forms

Download the Careers360 App on your Android phone

Regular exam updates, QnA, Predictors, College Applications & E-books now on your Mobile

150M+ Students
30,000+ Colleges
500+ Exams
1500+ E-books