what is the purpose of the final in the try-catch-final
Answer Posted / ramakrishna challapalli
finally is an optional one its not a mandatory statement
after try-catch blocks
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is it possible for a yielded thread to get chance for its execution again?
Does java set allow duplicates?
Which is easier .net or java?
What does n mean?
What is the difference between the paint() and repaint() methods?
Explain about java sdk?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
Can we call the constructor of a class more than once for an object?
Is Constructor possible in abstract class in java ?
Write a program in java to find the maximum and minimum value node from a circular linked list.
What is the difference between overriding & overloading?
Why isn’t there operator overloading?
What is abstract class constructor called?
What is an anonymous class in java?
What is the use of a conditional inclusion statement in Java ?