(Choose 1 answer)
Select the correct syntax for throwing an exception when declaring a method.
A. [Modifier] {Return type]Identifier (Parameters) { throw TypeOfException;
B. [Modifier] {Return type]
Identifier (Parameters) { throws TypeOfException;}
C. [Modifier] {Return type]Identifier (Parameters)throws TypeOfException
D. None of the others
E. [Modifier] {Return type]Identifier (Parameters)throw TypeOfException
wi
Exit 27