Which of the following statements invoke the exception class?
Answer: b Explanation: throw new Exception(); trigger an exception and each “throw” must have at least one “catch”.