Answer Posted / guest
FINALLY IS KEYWORD USED IN EXCEPTION HANDLING.
IT CREATES A BLOCK OF CODE TO BE EXECUTED AFTER TRY--CATCH
HAS COMPLETED AND BEFORE THE CODE FOLLOWING TRY--CATCH.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
How to invoke external process in java.
Difference between final and effectively final ? Why is effectively final even required ?
What is the synonym of procedure?
What do you mean by collectors in java 8?
if u open login & logout ,how can udisplay the timelogin & logout members ?
How we can make copy of a java object?
What is palindrome in java?
Can we create more than one object singleton class?
What is an exception? difference between Checked and Unchecked exception in Java
Explain the difference between extends thread vs implements runnable in java?
How to find the index of the largest number in an arraylist java?
Why do we use predicate in java?
What do you understand by a Static Variable?
How many threads can I run java?
Explain about wait() method?