Solved

Under Which Condition Will the Scanner Constructor Generate a FileNotFoundException

Question 63

Multiple Choice

Under which condition will the Scanner constructor generate a FileNotFoundException?


A) If the input file already exists, but is empty.
B) If the input file does not exist.
C) If any I/O error occurs while opening the file.
D) If the input file already exists, but has data in it.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions