Multiple Choice
A FormatException is used to handle:
A) extra spaces input by the user
B) errors with deleting a file from disk
C) wrong data type inputs
D) all of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: When an exception occurs it is said
Q8: Which of the following statements about try
Q12: Which of the following is not included
Q25: Stack unwinding is the process that attempts
Q26: In order to tell the user what
Q27: After the last catch block,the required finally
Q30: Variables local to a try block are
Q31: Which of the following statements is false<br>A)
Q32: After a finally block has finished executing:<br>A)control
Q34: Resource de-allocation should be done explicitly in