0 votes
in JAVA by

Which keyword is used to throw an exception in Java?

a) throw

b) catch

c) try

d) finally

1 Answer

0 votes
by
Answer: a) throw

Explanation: The “throw” keyword is used to explicitly throw an exception in Java.
...