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
Name the method, which is used to prepare a callablestatement.
What is the use of JDBC DriverManager class?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
What is an advantage of using the jdbc connection pool?
What is JDBC Connection isolation levels?
Give an example for execution of sql statement.
What is the function of setautocommit?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What are the common tasks of JDBC?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
Which is better odbc or jdbc?
How we can you use preparedstatement.
What do you understand by DDL and DML statements?
What happens if we don't close the connection in jdbc?
How to use JDBC to connect Microsoft Access?