how to prevent finally block from execution
Answers were Sorted based on User's Feedback
Answer / bln
System.exit(0) prevents execution of finally block
| Is This Answer Correct ? | 31 Yes | 1 No |
Answer / srinu
System.exit(0) prevents execution of finally block
| Is This Answer Correct ? | 5 Yes | 1 No |
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
How will you perform truncation using JDBC?
How can we move the cursor in a scrollable result set?
What are the sailent features of JDBC 2.0?
What is the use of the statement in jdbc?
Explain about multiple implementations and drive manager?
Write an sql to find all records having all numeric characters in a field ?
What is difference between jdbc and odbc?
What does the connection object represents?
What are the common jdbc exceptions?
Is the JDBC-ODBC Bridge multi-threaded?