write down exceptions those appear in java programs when u
write JDBC Programs?
Answer Posted / 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 |
Post New Answer View All Answers
What are drivers available?
Name different methods for getting streams.
Why did my jdbc code throw a rollback sqlexception?
What protocol does jdbc use?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
What is an advantage of using the jdbc connection pool?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
What is the limitation of PreparedStatement and how to overcome it?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
What happens if connection is not closed in jdbc?
Which type of driver provides jdbc access via one or more odbc drivers?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
List the common jdbc exceptions ?
Is jdbc and orm?
What is the use of jdbc api?