COMPILER DESIGN

ADVANCED TOPICS IN COMPILER DESIGN

CODE GENERATION FOR OBJECT ORIENTED LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of these keywords is not a part of exception handling?
A
try
B
finally
C
thrown
D
catch
Explanation: 

Detailed explanation-1: -Which of these keywords is not a part of exception handling? Exception handling is managed via 5 keywords – try, catch, throws, throw and finally. 1 / 0, hence system out of flow exception error.

Detailed explanation-2: -Explanation: Exception handling is managed via 5 keywords – try, catch, throws, throw and finally. 7. Which of these keywords must be used to monitor exceptions? Explanation: None.

There is 1 question to complete.