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 a java driver?
What is transaction processing in jdbc?
What is JDBC Connection isolation levels?
What are the basic exceptions in jdbc?
How do you know which driver is connected to a database?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
is that compulsory to have Primarykey-forignkey for joints (outer inner,equal)
Why prepared statements are faster?
What does setautocommit do?
Can you define a foreign key, with a key from the same table?
Explain creation of statement object with connection method create method with help of an example.
What is ODBC and JDBC? How do you connect the Database?