Question:Which of the following statement is the default exception constructor?
A thrown Exception() B throw new Exception() C throw new $Exception()
+ AnswerB
+ Report