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 do you mean by constant time complexity?
What is t in parametric equations?
Does java support multiple inheritance or not?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
What if constructor is protected in java?
How do you differentiate abstract class from interface?
What is use of super keyword in java?
Which class contains a method: cloneable or object?
How do you check if two given string are anagrams?
How many days will it take to learn java?
How do you decide when to use arraylist and linkedlist?
What is java’s garbage collected heap?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What is a stringbuffer?
How do listeners work?