The return type of concat(String str) method is 'String'.
What is the return type of isEmpty() method of java.lang.String class in java?
What is the return type of equals(Object another) method of java.lang.String class in java?
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?