The return type of append(String s) method is 'StringBuilder'.
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?
What the function of ensureCapacity(int minimumCapacity) method of StringBuilder class in java?