Multiple Choice
Which of the following import statements is required to use the StringTokenizer class?
A) import java.util.Scanner;
B) import java.text.DecimalFormat;
C) import java.util.StringTokenizer;
D) import javax.swing.JOptionPane;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: If a string has more than one
Q3: A series of words or other items
Q8: What will be displayed after the following
Q19: Which of the following import statements is
Q31: The StringBuilder class's insert method allows you
Q42: Which of the following statements converts an
Q47: You cannot assign a value to a
Q51: The String class's regionMatches method performs a
Q57: In the following statement, what data type
Q59: What will be displayed after the following