Q. Which of the following declaration invoke the exception class? (A) throws new Exception(); (B) throw new Exception(); (C) new Exception(); (D) new throws Exception(); ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) throw new Exception();