Solved

Your Program Must Read in an Existing Text File

Question 93

Multiple Choice

Your program must read in an existing text file.You want the program to terminate if any exception related to the file occurs.Which of the following indicates the correct code for the header of the main method?


A) public static void main(String[] args) throws FileNotFoundException
B) public static void main(String[] args)
C) public static void main(String[] args) throws IOException
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