Multiple Choice
Match each term with the correct statement below.
-Should always be true if the program is working correctly
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
Q2: Which of the following is NOT a
Q6: Placing data conversion attempts in a try
Q8: What are the elements that make up
Q9: The code within a finally block cannot
Q18: The Java compiler does not require that
Q19: What is an Exception class? Give an
Q32: Programs would be less clear if you
Q43: import java.util.Scanner; <br>public class AssertTest <br> { <br> public
Q63: When an exception is a checked exception,
Q78: What are unchecked exceptions? Give an example.