What is the use of jdbc api?
What are types of resultset?
Can I get a null resultset?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
Differentiate between a statement and a preparedstatement.
How can you make the connection using jdbc?
What are the steps to connect to the database in java?
How do I check in my code whether a maximum limit of database connections have been reached?
How to create Connection interface object because it is Interface , Interface is not instansiated?
How can you create jdbc statements?
Expalin the method of calling a stored procedure from jdbc.
What is jdbc and jdbc drivers?
what happens if connection is not closed?