Q. In Java, can a method declare "throws" for a checked exception that is not thrown in the method body?
β
Correct Answer: (C)
Yes, a method can declare "throws" for checked exceptions that are not thrown in the method body
You must be Logged in to update hint/solution