in Education by

Which of these keywords is not a part of exception handling? (a) try (b) finally (c) thrown (d) catch I got this question in an interview for internship. Enquiry is from Exceptional Handling Basics topic in division Exception Handling of Java Select the correct answer from above options JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

Please log in or register to answer this question.

1 Answer

0 votes
by

Correct answer is (c) thrown Best explanation: Exceptional handling is managed via 5 keywords – try, catch, throws, throw and finally.

Related questions

...