What is string builder in java ?
Printable View
What is string builder in java ?
It is used to create mutable string java string builder class same as string buffer class except it is non synchronize these provide API compatible with string buffer,it just reuse the string buffer it speedup appends,inserts.