Answer Posted / ranganathkini
The finally clause is used to ensure that a single statement
or a set of statements are executed irrespective of whether
or not an exception is thrown/caught inside a method.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is command line argument
What is finally and finalize in java?
what is method reference in java 8?
Why static functions are used?
What is the use of parseint in java?
What happens to a static var that is defined within a method of a class?
How do you declare a variable?
What is the full form of jpeg?
What is the use of arraylist in java?
Is it possible to override the main method?
Explain the features of java?
What are the advantages of unicode?
What is the parse method in java?
Can main() method in java can return any data?
Define inheritance?