Which of these keywords is used to generate an exception explicitly?
(a) try
(b) finally
(c) throw
(d) catch
This question was addressed to me during an interview for a job.
Origin of the question is Throw, Throws & Nested Try topic in section Exception Handling of Java