Solved

Your Program Must Read in an Existing Text File

Question 36

Multiple Choice

Your program must read in an existing text file. You want the program to terminate if the file does not exist. Which of the following indicates the correct code for the main method header?


A) public static void main(String[] args) throws FileMissingException
B) public static void main(String[] args) throws FileNotFoundException
C) public static void main(String[] args)
D) public static void main(String[] args) throws UnknownFileException

Correct Answer:

verifed

Verified

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

Related Questions