Answer Posted / mousumi
irrespective of whether a error occurs or not,the finally
block will be executed,either after the try block or after
the catch block or after boths are executed.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
If a class is declared without any access modifiers, where may the class be accessed in java programming?
What is the map interface in java programming?
What is a layout manager and what are different types of layout managers available in java awt?
Can you add null to a list java?
what is meant by Garbage collection?
what is the purpose of "virtual"?
What is the console in java?
What are the differences between string and stringbuffer?
Why can't you declare a class as protected?
What is a flag value?
When should I use singleton?
Tell me how many ways are there to initialise an integer with a constant.
What are different exception types exceptions available in java ?
Write a program to print the pattern given below
What does system.gc() and runtime.gc() methods do?