+ 2
What is the most efficient way to manipulate string in java?
as java strings are immutable so they cant be changed!!! how to change some characters or words efficiently without using substrings!?
1 Respuesta
+ 2
There is a class called string builder that answers your questions.
https://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html