Answer Posted / debapriya patra
A finally clause will execute always wheather the try block
throw any exception or not.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is main a function?
What is immutable class in java?
Name few java.lang classes introduced with java 8 ?
What is thread safe singleton?
What are byte codes?
What is difference between module and function?
Can a abstract class be declared final?
Can you explain the private protected field modifier?
If you are given the name of the function at run time how will you invoke the function?
What are the states of thread in java?
How do you print array in java?
Explain the difference between abstraction and encapsulation.
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
Difference between notify() method and notifyall() method in java?
What is the purpose of object oriented programming?