Answer Posted / taniya
The finally is Java keyword that is used to defined a block
that is always executed in a try-catch-finally statement.It
is use after the try an catch block to handle the unexpected
exception occurred in the try block.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Explain different states of a thread in java?
What is an arraylist in java?
What is bom encoding?
What is the benefit of abstract class?
What is a ?
Does a class inherit the constructors of its superclass in java programming?
What is a map? What are the implementations of map?
What is the difference between JDBC 1.0 and JDBC 2.0?
Write a program to check string is palindrome without using loop?
What is the difference between final, finally and finalize()?
What is array pointers ?
What is finally and finalize in java?
Is ruby built on java?
What are class types in java?
Explain the difference between an object-oriented programming language and object-based programming language?