what is the purpose of the final in the try-catch-final
Answer Posted / madhu
yes it correct it is finally,the use of finally is,if we
did not catch the exception in try/catch block also finnaly
will catch.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What do you understand by the bean persistent property?
What are loops in java?
What is lambda programming?
What is difference between static class and singleton pattern?
What are the principle concepts of oops?
Can we override a variable in java?
How does sublist works in java?
What is the use of toarray () in java?
What is method overloading in JAVA? Why is it not present in C ?
What are the escape sequences in java?
What are the advantages of packages in java?
Why does java have two ways to create child threads?
Difference between keyword and identifier.
What is the default size of set in java?
Differences between traditional programming language and object oriented programming language?