Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Which of the following is correct for the catch block in Exception Handling? Your answer: it contains code that is executed when an exception occurs
Which of the following is correct for the catch block in Exception Handling?
Your answer: | |
---|---|
it contains code that is executed when an exception occurs | |
it is a special method used in exception handling | |
it allows the user to specify what will happen next in the program | |
it is not allowed in the same method as a try-block | |
it executes after finally-block |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started