How to handle when the database crashes while reading the
data from the database?
Answer Posted / 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 |
Post New Answer View All Answers
How can I retrieve a String or other object type without creating a new object each time?
How to check jdbc connection in java?
What is meant by jdbc?
How do I set properties for a JDBC driver and where are the properties stored?
What port does jdbc use?
What is resultsetmetadata?
What is the fastest type of JDBC driver?
How the JDBC application works?
What is a rollback in jdbc?
What is the use of jdbc api?
What are the three basic components of the odbc architecture?
What is a statement in java?
What are the differences between statement and preparedstatement interface?
How can we execute stored procedures using callablestatement?
What are types of jdbc drivers?