Q. In Java, can a method throw any checked exception without declaring it using "throws"?
β
Correct Answer: (D)
Yes, a method can throw any checked exception without declaration
You must be Logged in to update hint/solution