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 |
If iam using JDBC API, do I also have to use ODBC?
What is ojdbc?
Which Java and java.sql data types map to my specific database types?
What is use of connection pooling?
How can I connect mysql or oracle with java?
Is uri the same as url?
Explain the sequence of steps to connect to the database?
Explain Basic Steps in Writing a Java Program Using Jdbc?
What is jdbc odbc bridge in java?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
What is executequery in java?
What is CLOB and BLOB datatypes in JDBC?