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