Q. In Java, can a "try" block have multiple "catch" blocks?
β
Correct Answer: (C)
Yes, a "try" block can have multiple "catch" blocks to catch different types of exceptions
You must be Logged in to update hint/solution