Home »
MCQs »
Java MCQs
Which keyword in java is used for exception handling?
10. Which keyword in java is used for exception handling?
- exep
- excepHand
- throw
- All of these
Answer: C) throw
Explanation:
the throw is a keyword introduced in java for exception handling.