What is the basically use of finally while we know it
is always executed but why?
Answer Posted / guest
it is must after a try statement
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Can we have 2 main methods in java class?
What are the principle concepts of oops?
Explain the reason behind ending a program with a system.exit(0)?
What is int lol?
What are scalar data types?
How do you make a thread in java?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
Why static functions are used?
What is java instanceof operator?
What is the difference between import java.util.date and java .util?
Will the jvm load the package twice at runtime?
Can we define package statement after import statement in java?
What is the exact difference in between unicast and multicast object? Where we will use?
Is java hard to learn?
Can we override final method?