what is the purpose of the final in the try-catch-final
Answer Posted / srinivas
After executing try catch statements last statement is
finally it must execute in at anycase
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a stringbuffer?
What is double data type?
Difference between final and effectively final ? Why is effectively final even required ?
How do you use wildcards?
what is the purpose of using rmisecuritymanager in rmi?
How hashset works internally in java?
What are the main uses of the super keyword?
What is percentage in java?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
Difference between Preemptive scheduling vs. Time slicing?
Differentiate jar and war files?
What is a method vs function?
Can two objects have same hashcode?
What is method overriding in java ?
Why is a string immutable?