Answer Posted / k.santosh kumar
Finally:
finally is block of code written in exception handling.
finally block is executed irrespective whether exception as
occured or not. it will usefull when u want to close user
defined resources like file , opened resources(db stmts).
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
Write the algorithm to check the number non-leaf nodes in a tree.
Differentiate between the constructors and methods in java?
What is bigger kb or mb?
What's the base class of all exception classes?
Why isn’t there operator overloading?
What is the use of object and class classes?
Which number is denoted by leading zero in java?
Say any two properties in beans?
What is arraylist e in java?
How to find the given number is a prime number or not by getting input from the user
What is string [] args?
What is difference between c++ and java ?
What 4 doubled?
Differentiate between nested and inner class in java.
Tell us something about different types of casting?