Which of the following pairs fill in the blanks to make this code compile? (Choose all that apply)
1: public void aMethod() _____ Exception {
2: _____________ Exception();
3: }
B, D.
In a method declaration, the keyword throws is used.
To throw an exception, use throw.