write down exceptions those appear in java programs when u
write JDBC Programs?
Answers were Sorted based on User's Feedback
Answer / vivek sawant
answer of the question Interrupted exception bcoz of
connection with servrer & IOException for handling an
errors while retriving the value from server to our program.
SQLException is arises because of unhandled query.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the current version of JDBC? and explain its features?
What are the components of jdbc?
How to move the cursor in scrollable resultset ?
What are drivers available?
How do I know which jdbc driver to use?
What is benefit of using preparedstatement in java?
What is Statement and PreparedStatement? whatz the difference?
What are the different types of locking in JDBC?
How will you perform truncation using JDBC?
What is JDBC DataSource and what are it’s benefits?
What is jdbc connection interface?
What are the different classes through which JDBC represents statements?