i wanted to know about finally block......whether the
exception is caught or not caught...is it true finally block will run
always??
as in my example, i told that nullpointerexception has occured but
try -catch could not catch it....in this situation will the code
always run finally block?? or is it also depend upon the code?