Solved

Your Program Will Read in an Existing Text File

Question 79

Multiple Choice

Your program will 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 FileNotFoundException
B) public static void main(String[] args) throws UnknownFileException
C) public static void main(String[] args)
D) public static void main(String[] args) throws FileMissingException

Correct Answer:

verifed

Verified

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

Related Questions