Multiple Choice
In order to have some code throw an exception, which of the following reserved words should you use?
A) throw
B) throws
C) try
D) Throwable
E) goto
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: System.err is a(n)<br>A) input stream<br>B) GUI dialog
Q27: Why might you want to create your
Q28: A Java program can handle an exception
Q29: What are the three standard I/O streams
Q30: Assume Exceptionname is a checked exception. If
Q32: Explain or provide an example showing how
Q33: A processing stream is a data stream
Q34: An unchecked exception is an exception that
Q35: Explain or provide an example showing how
Q36: When a program terminates because a thrown