Multiple Choice
The difference between a checked and an unchecked exception is
A) checked exceptions need not be listed in a throws clause
B) unchecked exceptions must be listed in a throws clause
C) neither kind of exception follows the rules of exception propagation
D) an unchecked exception requires no throws clause
E) a checked exception always must be caught by a try block; an unchecked exception does not
Correct Answer:

Verified
Correct Answer:
Verified
Q2: Programmers can define their own Exceptions by
Q3: A disabled component is<br>A) one that is
Q4: A method that uses the Scanner class
Q8: The showDialog method is part of which
Q9: A mnemonic is<br>A) always a single character<br>B)
Q11: Explain how you would use a Timer
Q13: Write a set of code that will
Q13: Character streams manage<br>A) byte-sized data<br>B) binary data<br>C)
Q27: Why might you want to create your
Q64: Write a set of code that will