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 |
How can a java objects be stored in database?
What are the higher level apis under development on top of jdbc currently?
Why jdbc is used in java?
How we say that PreparedStatment is Precompiled? where it will be compiled?
Name the new features added in jdbc 4.0.
What happens if connection is not closed in jdbc?
What is encrypted connection?
Explain about multiple implementations and drive manager?
what is CallableStatement and what is its usage?
What are the ddl statements?
How to execute bulk number of queries at once?
Explain the importance of drivermanager.