If a method throws an exception that it will not catch but that will be caught by a different method, you must also use the keyword ____ followed by an Exception type in the method header.
A. finally
B. try
C. catch
D. throws
Answer: D
Computer Science & Information Technology