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 |
Explain jdbc savepoint?
What are the classes and methods used for sending sql statements to database?
What are the differences between execute, executequery, and executeupdate?
Name different methods for getting streams.
Which interface is responsible for transaction management in jdbc?
What is a connection string used for?
Which database is used with java?
Describe the steps needed to execute a sql query using jdbc.
In JDBC, All the API?s are interfaces? Where is the actual implementation?
Discuss the procedure of retrieving warnings?
Difference between Dirty, commited ,phantom,repeatable reads?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?