Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
If I write return at the end of the try block, will the finally block still execute?
If I write return at the end of the try block, will the finally block still execute?
✍: Guest
Yes even if you write return as the last statement in the try block and no exception occurs, the finally block will execute. The finally block will execute and then the control return.
2013-06-04, 2230👍, 0💬
Popular Posts:
What is XSLT? XSLT is a rule based language used to transform XML documents in to other file formats...
If we have multiple AFTER Triggers on table how can we define the sequence of the triggers ? If a ta...
How does multi-threading take place on a computer with a single CPU? The operating system's task sch...
What are some uses of Intranets & Extranets? An "intranet" is the generic term for a collect...
How To Write a Minimum Atom 1.0 Feed File? - RSS FAQs - Atom Feed Introduction and File Generation I...