Explain the importance of drivermanager.
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
Discuss the procedure of retrieving warnings?
Name the types of jdbc drivers.
What are the different types of statements? How we can you use preparedstatement.
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
Why do we need a jdbcrowset like wrapper around resultset?
What are types of jdbc drivers?
What is represented by the connection object?
What does the jdbc driver interface do?
What is java soft framework?
How do I find whether a parameter exists in the request object?
What causes no suitable driver error?
What is sqlwarning and discuss the procedure of retrieving warnings?
Explain the two tier and three tier architecture of jdbc.