how to prevent finally block from execution
Answer Posted / rock
System.Environment.Exit(0);
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is preparedstatement in jdbc?
What class.forname will do while loading drivers of jdbc?
How to set NULL values in JDBC PreparedStatement?
How to make updates to updatable result sets in jdbc?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
If I use the JDBC API, do I have to use ODBC underneath?
Write an sql to find all records having all numeric characters in a field ?
How many ways that we can view a result set?
What are the new features added to JDBC 4.0?
How do you determine the sensitivity of the ResultSet object?
What is use of connection pooling?
What is connection data?
What are the different types of lockings in jdbc?
How do I insert/update records with some of the columns having NULL value?
How can you know about drivers and database information ?