Java provide three string manipulation classes String,StringBuilder and StringBuffer
.
In which StringBuilder
is not synchronize and StringBuffer
is synchronize.
So I just want to ask is there a possibility to synchronize StringBuilder
.
Java provide three string manipulation classes String,StringBuilder and StringBuffer
.
In which StringBuilder
is not synchronize and StringBuffer
is synchronize.
So I just want to ask is there a possibility to synchronize StringBuilder
.