How java can be connected to a database?
How many ways that we can view a result set?
Is jdbc a middleware?
What is type 4 jdbc driver?
What is JDBC Transaction Management and why do we need it?
What is jdbc and jdbc drivers?
What is setautocommit in jdbc?
What is represented by the connection object?
Explain the difference between resultset and rowset in jdbc
What does connection pooling mean ?
How a database driver can be loaded with jdbc 4.0 / java 6?
What are the advantages of using preparedstatement over statement?
Name the new features added in jdbc 4.0.
In which ways is driver class is registered with drive manager?
What are the steps to connect to the database in java?