Q. What is the purpose of the "throws" keyword in Java method declaration?
β
Correct Answer: (C)
To indicate that the method may throw a checked exception
You must be Logged in to update hint/solution