Answer Posted / niranjanravi
finally is a keyword we have in Exception handling.It
creates a block of code to be executed after try or catch
has completed and before the code following the try or
catch.finally block will be executed whether or not an
exception is thrown.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What is the difference in between cpp and java? Can u explain in detail?
What is the return type of the main method?
If a method is declared as protected, where may the method be accessed in java programming?
What does java stand for?
What is core java used for?
Explain about static nested classes in java?
What are the super most classes for all the streams?
Can we have 2 main methods in java class?
What are the main uses of this keyword?
What is meant by inheritance and what are its advantages?
What sorting algorithm does javascript use?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
Can we call a non-static method from inside a static method?
Explain when we should make an instance variable private.
What is immutable state?