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
Is oracle charging for java?
What is array and arraylist in java?
What is the method in java?
What is difference between ++ I and I ++ in java?
Explain enumeration in java?
What is string :: npos?
What are pass by reference and pass by value?
What are the disadvantages of object oriented programming?
How to make object serializable in java?
Explain the importance of finally over return statement?
Write a program to check string is palindrome without using loop?
Why java is a platform independent? Explain
Will minecraft java be discontinued?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
Which data type is a class in java?