Login
Remember
Register
Ask a Question
Which keyword is used to throw an exception in Java?
0
votes
asked
May 4, 2024
in
JAVA
by
rahuljain1
Which keyword is used to throw an exception in Java?
a) throw
b) catch
c) try
d) finally
exception
java
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 4, 2024
by
rahuljain1
Answer: a) throw
Explanation: The “throw” keyword is used to explicitly throw an exception in Java.
...