1.

Which of the following are valid statements to raise an exception

A. throw new exception()
B. throw new exception("Error Occured")
C. throw new exception("Error Occured",5)
D. All of the above
Answer» E.


Discussion

No Comment Found