Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. Which of the following statements invoke the exception class?

  2. A.

     throws new Exception();

    B.

     throw new Exception();

    C.

     new Exception();

    D.

     new throws Exception();

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Explanation Not Provided


Be The First To Comment