Multiple choice What does nextElement() method return in StringTokenizer class? It returns the next token as a String. It returns the next token as an Object. It returns the number of tokens left to be parsed. It returns true if one or more tokens remain in the string. None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation This is task of nextElement() in StringTokenizer class.