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 substitution variable?
Why string is called as immutable?
How can we make sure main() is the last thread to finish in java program?
Why to use nested classes in java?
Is null false in java?
What is array pointers ?
Can memory leak in java?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
Write a java program to print fibonacci series?
Does list maintain insertion order java?
What are advantages of using Java?s layout managers than windowing systems?
Can we override compareto method?
What is the do while loop syntax?
What is a get method?
How do you differentiate abstract class from interface?