(It was asked in my interview today)
exception handling
If we write some code after Finally block then how that code will execute and in which conditions?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sukesh MarlaPosted Aug 10, 2012, 2:46 PM
(Means return statement written inside Try/Catch/Code Block before Try, and it executes)
(Writing return inside finally causes syntax error so obviously it doesn't matter).