Which of the following keywords is used for throwing exception manually?
(a) finally
(b) try
(c) throw
(d) catch
I had been asked this question by my school principal while I was bunking the class.
I'd like to ask this question from Exception Handling topic in chapter Exception Handling of Java