Which of these keywords are used for generating an exception manually?
(a) try
(b) catch
(c) throw
(d) check
I had been asked this question by my college professor while I was bunking the class.
The above asked question is from Try & Catch in division Exception Handling of Java