Answer Posted / manikandan adhimoolam
1.its a keyword in java
2.whether or not exception its automatically executed.
3.its follwed by try,catch.
4.its optional block.
5.using for connection close in db connection
6.if dont want execute finally u mention the catch block
system.exit(-1)
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
what is singleton in java?
What is the java virtual machine?
How to display arraylist values in java?
How does multithreading take place on a computer with a single cpu?
What is jpa specification?
What is function declaration?
What is difference between equals and hashcode method?
Is empty set an element of empty set?
What is the difference between synchronized and synchronized block?
What is a string token?
which pattern is default in scanner package?
What is a local, member and a class variable?
Can java hashmap have duplicate keys?
Can a class be a super class and a sub-class at the same time? Give example.