Answer Posted / ravikiran
finally clause is used to get executed irrespective of the
exception raising inorder to conserve the resources
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is jvm? Why is java called the platform independent programming language?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
What is string builder in java?
what is the purpose of using rmisecuritymanager in rmi?
Who is founder of java?
What are the 8 data types in java?
What does percent mean in java?
Can we have two methods in a class with the same name?
What are the differences between abstract class and interface?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
I don’t want my class to be inherited by any other class. What should I do?
Why is string builder not thread safe?
Why parameters should be passed by reference?
Explain the polymorphism principle?
what is server side caching?