Multiple Choice
Which of the following statements about reading web pages is true?
A) A Scanner object cannot be used to read a web page.
B) You must create a File object to use with a Scanner object to read a web page.
C) You must create a URL object to use with a Scanner object to read a web page.
D) You must use the openStream() method of a Scanner object to read a web page.
Correct Answer:

Verified
Correct Answer:
Verified
Q15: Which of the following statements about checked
Q80: Select the missing expression in the code
Q81: Consider the following code snippet: PrintWriter outputFile
Q82: Which of the following statements about the
Q83: Consider the following code snippet: File inputFile
Q86: Consider the following code snippet. Scanner inputFile
Q87: The Java compiler requires that your program
Q88: Insert the missing code in the following
Q89: Which of the following statements about reading
Q90: When reading words with a Scanner object,