PDA

View Full Version : What is string builder in java ?



Shivangi Panwar
07-05-2016, 11:05 PM
What is string builder in java ?

pxljobs
08-02-2016, 02:37 AM
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.