Please enter your password
Public computer
Sign in
Blog of Maxim Pedich
Tags
·
RSS
Home page
When does the finally block not execute?
Apr 5, 2013, 20:37
try
{
System
.
exit
(
0
)
;
}
finally
{
System
.
out
.
println
(
"finally"
)
;
}
Tweet
Share
Share
interview task
java
Exceptions in Java
←
Ctrl
→
Removing element from list
Your comment
Full name
Email
won’t be published
Text
HTML will not work
Get other comments by email
Submit
Ctrl + Enter