0 votes
in JAVA by
Which keyword is used to indicate that a method can throw an exception?

a) catch

b) throw

c) throws

d) try

1 Answer

0 votes
by
Answer: c) throws

Explanation: The “throws” keyword is used to indicate that a method can throw an exception.
...