hi.
more or less a stupid question, but anyway..
why have a 'finally' statement in java exception handling -why not just clean up in the 'catch' clause??
is it for when an exception cannot be caught?? if not, then 'finally' seems a little redundant to me..
cheers.
:eek: