Examlex

Solved

Consider the Following Code Snippet, Assuming in Is an Instantiated

question 108

Multiple Choice

Consider the following code snippet, assuming in is an instantiated Scanner: Consider the following code snippet, assuming in is an instantiated Scanner:   Which of the following statements about this code is correct?  A) The program will display the message  End of file expected  if there is no data. B) The program will throw an exception if there is no data. C) The program will display the message  End of file expected  if there is data left in the input when the if statement is executed. D) The program will throw an exception if there is data left in the input when the if statement is executed. Which of the following statements about this code is correct?


Definitions:

Related Questions