Computer Science, asked by Rockstarsaini9590, 8 months ago

Which keyword is not part of exception handling

Answers

Answered by srijanichat2017
1

Explanation:

The exception handling is managed via 5 keywords try catch, throws, throw and finally. Thus any other keyword like thrown will not be a part of exception handling

Similar questions