0% found this document useful (0 votes)
3 views2 pages

Book 1

Uploaded by

Ramanjaneyulu D
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Book 1

Uploaded by

Ramanjaneyulu D
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 2

try catch finally At end of the method

Return yes yes yes yes


yes yes yes No

yes yes No No
yes No No No

yes No No yes
No Yes No No

No yes No yes
No No yes yes
No No yes No
yes No yes No
No yes yes No
Result
CTE (Compile Time Error)
CS (Output will be finally block return value)
CS (Output will be depnds on Exception, if
there is no Exception then try block return
value or else catch blcok return value)
CTE (Compile Time Error)

CS (Output will be depnds on Exception, if


there is no Exception then try block return
value or else at the end of the method return
value)
CTE (Compile Time Error)

CS (Output will be depnds on Exception, if


there is no Exception then at the end of the
method return value or else ctach blcok
return value)
CTE (Compile Time Error)
CS (Output will be finally block return value)
CS (Output will be finally block return value)
CS (Output will be finally block return value)

You might also like