I have learned about a feature of Java that interests me. Actually, according to
this web page, it's one of the shameful things about Java:
In a try/finally block, the finally code really is called in all situations. That's good, because we want to be able to do some in all cases clean-up code a lot of the times. But what happens if you 'intercept'
(
Read more... )