Which keyword is used within exception-handling structure to immediately pass control flow to the catch statement?

Options
- Throw
- Finally
- Catch
- Try


CORRECT ANSWER : Throw

Discussion Board
WRong answer

It will be catch statement and not throw as shown in the answer below.

Which keyword is used within exception-handling structure to immediately pass control flow to the catch statement?
Options
- Throw
- Finally
- Catch
- Try

CORRECT ANSWER : Throw

Arindam Pandit 01-4-2015 03:11 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement