J2SE Question:

Download Job Interview Questions and Answers PDF

What is finally?

J2SE Interview Question
J2SE Interview Question

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?