how to prevent finally block from execution
Answer Posted / srinu
System.exit(0) prevents execution of finally block
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How do I disallow NULL values in a table?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
What is JDBC Savepoint? How to use it?
What is the use of jdbc?
Which interface is responsible for transaction management in jdbc?
Does JDBC support stored procedures?
What is JDBC Statement?
What are the exceptions in jdbc?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
What does executeupdate return in jdbc?
What packages are used by jdbc?
How do you determine the sensitivity of the ResultSet object?
What is the difference between setmaxrows(int) and setfetchsize(int)?
How to insert an image or raw data into database?
What is jdbc stand for?