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 |
How do I check in my code whether a maximum limit of database connections have been reached?
What is the syntax of URL to get connection?
What are the types of statements in jdbc?
Explain the difference between inner and outer join ?
What types of DataSource objects are specified in the Optional Package?
What are the different types of JDBC drivers?
What is JDBC DataSource and what are it’s benefits?
What are jdbc and its components?
Difference between Dirty, commited ,phantom,repeatable reads?
How will you perform truncation using JDBC?
What is executeupdate in java?
How do find debugging problems related to JDBC API?