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 jdbc in java?
What is a jdbc connection pool?
What is the use of getGeneratedKeys() method in Statement?
What is drivermanager in java?
What are the benefits of PreparedStatement over Statement?
Explain creation of statement object with connection method create method with help of an example.
what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?
How to get a whole row of data at once?
Explain the various types of locking system in jdbc?
Explain about the Try Block?
What are JDBC Best Practices?
What are the jdbc drivers in java?