Answer Posted / ranganathkini
The finally clause is used to ensure that a single statement
or a set of statements are executed irrespective of whether
or not an exception is thrown/caught inside a method.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is 16 bits called?
Explain the use of volatile field modifier?
How to split a string in java?
What are loops in java? What are three types of loops?
What is the difference between java applets and applications?
What is temp in java?
Why java applets are more useful for intranets as compared to internet?
Can there be an abstract method without an abstract class?
Compare Mutex and Semaphore in java.
How to check if linked list contains loop in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What is difference between wait and notify in java?
What is a void method?
What is threaded programming and when is it used? : Java thread
What is Java Package and which package is imported by default?