Multiple choice What does String nextToken() method of the StringTokenizer class in java do? It returns the next token as a String and sets the delimiter string. It returns the next token as a String. It returns the next token as an Object. Both (1) and (2) None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation Yes, String nextToken() method does that.