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 |
What is Apache DBCP API?
What is jdbc odbc in java?
What are the standard isolation levels defined by JDBC?
What are the packages are used in jdbc?
What are the considerations for deciding on transaction boundaries?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
What are the sailent features of JDBC 2.0?
List some new features available in jdbc 4.0?
What are the flow statements of jdbc?
What does jdbc setmaxrows method do?
What is statement and preparedstatement in java?
What is a connection string used for?