J2SE Question:
Download Questions PDF

What is finally?

Answer:

A Java keyword that executes a block of statements regardless of whether a Java Exception, or run time error, occurred in a block defined previously by the try keyword.

Download J2SE Interview Questions And Answers PDF

Previous QuestionNext Question
What is for?What is field?