Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

where finally block will not be executed

Finally block will not be executed whenever jvm shutdowns. 
If we use system.exit(0) in try statement finally block if present 
will not be executed.
 
PREVIOUS NEXT
Tagged: #finally #block #executed
ADD COMMENT
Topic
Name
8+5 =