Java Programming and Technical Programming Arrays

Exception is an abnormal event or error that occurs during ________

A. Runtime
B. Compile time
C. any time - unpredictable
D. Any of these options

Read Solution (Total 1)

Java Other Question

Which exceptions should be explicitly handled or properly propagated?

A. Unchecked exceptions
B. Checked exceptions
C. Errors
C. None of the above
Which of the following statement(s) are not true?

A. For each try block there can be zero or more catch blocks but only one finally block
B. Finally block will get executed whether or not an exception occurs.
C. A try block must be followed only by at least one catch block
D. A try block has multiple catch block, then those exception handlers can be in any order