多选题
Given:
2. public class Incomplete {
3. public static void main(String[] args) { // change code here?
4. // insert code here?
5. new Incomplete() .doStuff();
6. // insert code here?
…
10. }
11. static void doStuff() throws Exception
12. throw new Exception();
13. }
Which are true? (Choose all that apply.)