Answer Posted / ravikiran(aptech mumbai)
finally method is used to conserve the resources before the
exception is being caught
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the differences between c++ and java? Explain
What is the difference between array and array list in java?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
Explain about static imports in java?
Can we use different return types for methods when overridden?
What are the two types of exceptions in java? Which are the differences between them?
What is the use of string and stringbuffer?
In how many ways we can create threads in java?
What are the advantages of inner classes?
What is the main difference between java platform and other platforms?
explain what is transient variable in java?
What does null mean in java?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
What is a class object?
Give me an example of array and linked list? Where they can be used?