String substring(int beginIndex) Returns a new substring of this string from beginIndex to the end of this string. String substring(int beginIndex, int endIndex) Returns a new substring of this string ...