Q. In Java, can a method declare multiple exceptions using the "throws" keyword?
β
Correct Answer: (B)
Yes, a method can declare multiple exceptions separated by commas
You must be Logged in to update hint/solution