How to handle when the database crashes while reading the
data from the database?
Answers were Sorted based on User's Feedback
Answer / deepti agrawal
We write the JDBC code in the try & catch block. So if the
database crashes it will return some kind of exception
which can be handled through the code.
| Is This Answer Correct ? | 11 Yes | 0 No |
Jdbc-odbc bridge is multi-threaded or not?
What is executequery in java?
What is jdbc and its types?
What do you understand by DDL and DML statements?
What is the use of jdbc?
What is jdbc url for mysql?
What is new in JDBC 2.0?
What is jdbc driver?
is that compulsory to have Primarykey-forignkey for joints (outer inner,equal)
How many types of JDBC Drivers are present and what are they?
What are the jdbc statements?
Why do we need a jdbcrowset like wrapper around resultset?