Hiprup
Tech questions
Coding Problems
Mock Interview
Blog
Pricing
Java
What is the difference between String, StringBuilder, and StringBuffer?
String is immutable -- operations like concatenation create new objects.
What is the difference between String, StringBuilder, and StringBuffer? | Hiprup