Tutorial by Examples

Key Points :- used to created mutable (modifiable) string. Mutable :- Which can be changed. is thread-safe i.e. multiple threads cannot access it simultaneously. Methods :- public synchronized StringBuffer append(String s) public synchronized StringBuffer insert(int off...

Page 1 of 1