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
Does jdbc use ssl?
How many types of resultset are there in jdbc?
How to test jdbc connection to sql server?
Is odbc an api?
What is a connection string used for?
Where is jdbc url mysql?
Is not bound in this context unable to find jdbc spring boot?
What is sqlwarning and discuss the procedure of retrieving warnings?
Explain about DSN?
What are the ddl statements?
What do you understand by jdbc statements?
How can I connect mysql or oracle with java?
What is drivermanager in jdbc?
What is difference between jdbc and odbc?
How can we disable a constraint ?