Types of insert() method in String Handling
Java String Handling
Types of insert() method in String Handling
There are three different types of insert method are available for different calls.
1. StringBuffer insert(int position, String str)
2. StringBuffer insert(int position, char ch)
3. StringBuffer insert(int position, Object o)