What are the different types of drivers under jdbc?
What are the types of jdbc drivers that exist?
What are different parts of a url?
Name different methods for getting streams.
How do we call a stored procedure from jdbc?
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?