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