The return type of insert(int offset, String s) method is 'StringBuilder'.
What is the return type of append(String s) method of StringBuilder class in java?
What the function of substring(int beginIndex, int endIndex) method of StringBuilder class in java?
What the function of substring(int beginIndex) method of StringBuilder class in java?
What the function of length() method of StringBuilder class in java?
What the function of charAt(int index) method of StringBuilder class in java?