Answer Posted / sravanthi
In the finally block we usually have code that is used to
perform clean up activities corresponding to the code in the
try block.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the preferred size of a component in java programming?
What is toarray method in java?
Why pass by reference is not possible in java?
What is singleton class in java and how can we make a class singleton?
What is a databasemetadata?
What is a newline character in java?
What is meant by local variable and instance variable?
Can list contain null in java?
What are java packages?
Are strings immutable in java?
Can we overload the main() method?
What do you mean by Hash Map and Hash Table?
What is an object’s lock and which object’s have locks?
How is a structure different from array ?
Explain the transient field modifier?