Interview Question

Created by admin on Sat, 17/11/2012 - 16:22
Question: 

What is the catch or declare rule for method declarations?

Language: 
Answer: 
If a checked exception may be thrown within the body of a method, the method must either catch the exception or declare it in its throws clause.