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 |
Is java a database?
Explain some new features available in jdbc 4.0?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
What are the different types of locking in JDBC?
What are collection pools?
What are different types of transactions?
What is a jdbc connection string?
Is jdbc faster than odbc?
what is JDBC?
Which interface handles transaction management in jdbc?
Describe odbc?
what is the current version of JDBC? and explain its features?