Multiple Choice
Which of the following is true about runtime exceptions?
A) they must be handled locally
B) they must be explicitly thrown from the method
C) they are used in situations where the method has encountered a serious problem
D) they can often be prevented by fail-safe programming
Correct Answer:

Verified
Correct Answer:
Verified
Q16: A program that uses an ADT is
Q17: In Java,a class can extend _.<br>A)at most
Q18: If an ADT list is implemented as
Q19: A class contains methods and _.<br>A)clients<br>B)interfaces<br>C)data fields<br>D)data
Q20: What is the difference between the physical
Q22: A default Java constructor has a single
Q23: A method indicates that an error has
Q24: A(n)_ allows two modules to communicate with
Q25: An ADT's _ govern(s)what its operations are
Q26: What does it mean for a class