Examveda
Examveda

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: Option B


This Question Belongs to PHP >> Exceptions And Error Handling

Join The Discussion

Related Questions on Exceptions and Error Handling