Which method exists in Java Lang StringBuffer?
Which method exists in Java Lang StringBuffer? StringBuffer class in Java Methods Action Performed append() Used to add text at the end of the existing text. length() The length of a StringBuffer can be found by the length( ) method capacity() the total allocated capacity can be found by the capacity( ) method charAt() Which […]