J2SE Question:

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.


Previous QuestionNext Question
What is for?What is field?