Q. What can a method do with a checked exception?
β
Correct Answer: (C)
Throw the exception to the method that called this method, or handle the exception in a catch block.
You must be Logged in to update hint/solution