Which of these operator is used to generate an instance of an exception than can be thrown by using throw?
(a) new
(b) malloc
(c) alloc
(d) thrown
The question was asked by my school principal while I was bunking the class.
The question is from Throw, Throws & Nested Try in chapter Exception Handling of Java