What is the purpose of the throw statement in Java?
throw
c) To handle exceptions
b) To explicitly throw an exception
d) To suppress exceptions
a) To declare that a method can throw exceptions