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
What is the maximum size of arraylist in java?
What are the differences between abstract class and interface?
how can you take care of mutual exclusion using java threads? : Java thread
Can you write a java class that could be used both as an applet as well as an application?
Does .length start 0 java?
What do you mean by static variable?
How do you implement singleton class?
What are the types of casting?
What is arraylist e in java?
what is the difference between a threads start() and run() methods? : Java thread
What is oops in java?
what is instanceof operator used in java?
what is the difference between thread and runnable types? : Java thread
How to change value in arraylist java?
What are the main uses of java?