Question
a.
try
b.
finally
c.
throw
d.
catch
Posted under Java Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which of these keywords must be used to monitor for exceptions?
Similar Questions
Discover Related MCQs
Q. Which of these keywords must be used to handle the exception thrown by try block in some rational manner?
View solution
Q. Which of the following keywords is used for throwing exception manually?
View solution
Q. Which of the following classes can catch all exceptions which cannot be caught?
View solution
Q. Which of the following is a super class of all exception type classes?
View solution
Q. Which of the following operators is used to generate instance of an exception which can be thrown using throw?
View solution
Q. Which of the following keyword is used by calling function to handle exception thrown by called function?
View solution
Q. Which of the following handles the exception when a catch is not used?
View solution
Q. Which part of code gets executed whether exception is caught or not?
View solution
Q. Which of the following should be true of the object thrown by a thrown statement?
View solution
Q. At runtime, error is recoverable.
View solution
Q. Which of these clause will be executed even if no exceptions are found?
View solution
Q. Which of these keywords are used for the block to be examined for exceptions?
View solution
Q. Which of these statements is incorrect?
View solution
Q. Which of these classes is used to define exceptions?
View solution
Q. Which of these methods return description of an exception?
View solution
Q. Which of these methods is used to print stack trace?
View solution
Q. Which of these methods return localized description of an exception?
View solution
Q. Which of these classes is super class of Exception class?
View solution
Q. Which of these is a super class of all exceptional type classes?
View solution
Q. Which of these class is related to all the exceptions that can be caught by using catch?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Java Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!