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
Can we call virtual funciton in a constructor ?
What does it mean that a class or member is final?
What is the list interface?
What is a pointer and does java support pointers?
What is the major difference between linkedlist and arraylist?
Write a program to find the whether a number is an Armstrong number or not?
When is the finalize() called? What is the purpose of finalization?
Can you tell me range of byte?
Can long be null in java?
What is final keyword?
What happens if an exception is throws from an object's destructor?
If a variable is declared as private, where may the variable be accessed?
Can you declare an interface method static?
What are the different ways of implementing thread? Which one is more advantageous?
What is an exception in java?