String handling in java
String handling in java
– StringBuffer()
– StringBuffer(int size)
– StringBuffer(String str)
StringBuffer Operations
• The principal operations on a StringBuffer are the append
and insert methods, which are overloaded so as to accept
data of any type.