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
Explain java heap space and garbage collection?
What is %02d?
Give the hierarchy of inputstream and outputstream classes.
How do you reverse a word in java?
Why char array is favored over string for the storage of passwords?
How to declare an arraylist in java?
Is java pass by value or pass by reference?
how to create multithreaded program? : Java thread
explain the difference between jdk and jvm?
Define interface in java?
What type of value does sizeof return?
Can we split string with in java?
Does constructor creates the object ?
What is sortedset in java?
How is garbage collection controlled?