The return type of equals(Object another) method is 'boolean'.
What is the return type of join(CharSequence delimiter, CharSequence... elements) method of java.lang.String class in java?
What is the return type of contains(CharSequence s) method of java.lang.String class in java?
What is the return type of substring(int beginIndex, int endIndex) method of java.lang.String class in java?
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?