Multiple Choice
When reading words using a Scanner object's next method, ____.
A) any characters at the beginning of the input that are considered to be white space are consumed and become part of the word being read.
B) any characters at the beginning of the input that are considered to be white space are consumed and do not become part of the word being read.
C) the program must discard white space characters at the beginning of the input before calling the next method.
D) any characters that are considered to be white space within the word become part of the word.
Correct Answer:

Verified
Correct Answer:
Verified
Q98: When you start a Java program from
Q99: The PrintWriter class is an enhancement of
Q100: When a program throws an exception within
Q101: Consider the following code snippet: Scanner in
Q102: Consider the following code snippet. PrintWriter outputFile
Q104: Select an expression to complete the program
Q105: Which of the following statements about command
Q106: Consider the following code snippet: public void
Q107: Select an expression to complete the following
Q108: Consider the following code snippet: PrintWriter out