Answer Posted / piyush pathak
finally :
finally is a java keyword.It is a block of statement which
is executed surley after the try-catch block whether method
returns normally or throws an exception.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
what is the messsage u r going to get from an objectoriented programing?
What are voids?
What is the numeric promotion?
What are the different ways of implementing thread? Which one is more advantageous?
Explain different ways of creating a thread. Which one would you prefer and why?
What is ascii code?
Differentiate between postfix and prefix operators in java.
Tell me how many ways are there to initialise an integer with a constant.
What is the difference between compile-time polymorphism and runtime polymorphism?
Can there be an abstract method without an abstract class?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
List types of storage classes in java?
Is constructor inherited?
What occurs when an object is constructed?