Multiple Choice
A built-in class that helps to split strings into pieces,such as words of a sentence,is:
A) Console
B) Scanner
C) StringBuffer
D) StringTokenizer
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: A default constructor requires at least one
Q29: Interpret the overall meaning of this if-statement:<br>if
Q30: If we wanted to write an if-statement
Q31: Which of the following is an example
Q32: What is wrong with this Java statement?
Q34: If s1 is of type String,what does
Q35: In Java,how do we tell the compiler
Q36: Suppose s is of type String.What would
Q37: How many times are the indicated statements
Q38: Complete the following code so that it