What are the classes and methods used for sending sql statements to database?
What are the higher level apis under development on top of jdbc currently?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
How can you make a connection?
How are jdbc statements used?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
Explain the life cycle of jdbc.
What is the function of setautocommit?
How do java applications access the database using jdbc?
Describe how the jdbc application works.
How a database driver can be loaded with jdbc 4.0 / java 6?
How we can you use preparedstatement.
What does jdbc do?
What are the types of statements in jdbc?