The return type of substring(int beginIndex, int endIndex) method is 'String'.
What is the return type of substring(int beginIndex) method of java.lang.String class in java?
What is the return type of format(Locale l, String format, Object... args) method of java.lang.String class in java?
What is the return type of format(String format, Object... args) method of java.lang.String class in java?
What is the return type of length() method of java.lang.String class in java?
What is the return type of charAt(int index) method of java.lang.String class in java?