Answer Posted / taniya
The finally is Java keyword that is used to defined a block
that is always executed in a try-catch-finally statement.It
is use after the try an catch block to handle the unexpected
exception occurred in the try block.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How do you control extraneous variables?
Mention some features of java?
What is ascii format?
Can we assign integer value to char in java?
can I implement my own start() method? : Java thread
When do we use synchronized methods in java?
What is native code?
What are the advantages of unicode?
What is function declaration?
Can a vector contain heterogenous objects?
What are java threads?
Explain the access modifiers for a class, method and variables?
Explain the importance of import keyword in java?
What is a boolean structure?
If you do not want your class to be inherited by any other class. What would you do?