When the throw keyword is written by itself, it is a way of asking the compiler to send the exception to another handler. If there is no other handler written by you, what happens?
A. |
the processing of the exception could not be handled and it would cause a system shutdown |
B. |
the processing of the exception would be ignored and the program would continue normally |
C. |
the processing of the exception would be handed to the operating system. |
D. |
the processing of the exception would be handed to the network. |