1.

_ Which of the following statements invoke the exception class?$?

A. throws new Exception();
B. throw new Exception();
C. new Exception();
D. new throws Exception();
Answer» C. new Exception();


Discussion

No Comment Found