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
Can a variable be local and static at the same time?
Why spring singleton is not thread safe?
What is a null class?
What are the main concepts of oops in java?
How do you achieve singleton?
Difference between abstract and concrete class ?
What is data type example?
Garbage collection in java?
What are the main uses of java?
Can you tell me range of byte?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
What is the purpose of a default constructor?
What is polymorphism java example?
What are the Static and Dynamic Variables? Differentiate them.
Write a java program to count the number of words present in a string?