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 programs use java?
What do you mean by light weight and heavy weight components?
Can we initialize the final blank variable?
What is the difference between abstract classes and interfaces?
What is __ init __ functions?
How does system arraycopy work in java?
What are the 4 types of characters?
What is difference between class and object in java?
how to prepare for IT Officers Interview in Banks
why using interface interface ?
Explain the difference between string, stringbuffer and stringbuilder in java?
What is meant by 'Class access modifiers'?
What interface is extended by awt event listeners?
what is meant by Garbage collection?
Can we call the run() method instead of start()?