Multiple Choice
Match each term with the correct statement below.
-Applications designed so that they continue to operate when some part of the system fails
A) Throwable
B) Exception(String message)
C) exception handling
D) syntactic salt
E) mission critical
F) Exception(Throwable cause)
G) fault-tolerant
H) assert statement
I) try block
Correct Answer:

Verified
Correct Answer:
Verified
Q4: When a program contains multiple _ blocks,
Q15: To create your own throwable Exception class,
Q16: Assertions are meant to be helpful in
Q31: When a constructor throws an exception, no
Q32: Match each term with the correct statement
Q34: What is the first program statement in
Q39: What is a finally block and how
Q45: What is unreachable code and how might
Q47: In order to use a variable both
Q65: If a method throws an exception that