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
What is meant by the value of a variable?
What is parsing a string?
What means public static?
What is a 16 bit word?
What is difference between static class and singleton pattern?
What is use of super keyword?
Is sizeof a keyword in java programming?
What is main string [] args?
What is equlas() and hashcode() contract in java? Where does it used?
What is garbage collection? What is the process that is responsible for doing that in java?
What is abstraction in java?
What is the method overriding?
Is a boolean variable?
How do you add an element to a set in java?
What is a two-pass assembler?