Which of the following operators is used to generate instance of an exception which can be thrown using throw?
(a) thrown
(b) alloc
(c) malloc
(d) new
The question was asked during an online interview.
This intriguing question originated from Exception Handling in section Exception Handling of Java