The document is a Java program demonstrating various string and StringBuffer operations. It showcases methods such as charAt, length, substring, toUpperCase, and more on a String object, as well as append, insert, delete, replace, and reverse on a StringBuffer object. The program also includes capacity management for the StringBuffer.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
4 views2 pages
Shaa 4
The document is a Java program demonstrating various string and StringBuffer operations. It showcases methods such as charAt, length, substring, toUpperCase, and more on a String object, as well as append, insert, delete, replace, and reverse on a StringBuffer object. The program also includes capacity management for the StringBuffer.