Explain the difference between resultset and rowset in jdbc
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
what is meant by connection pooling?
What is an odbc driver?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
What are the exceptions in jdbc?
What is resultset in jdbc with example?
Does sql allow null values ?
What are the different types of 2 tier and 3 tier architecture ?
What is the difference between Union, Unionall ?
what does batchUpdate does?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
What are jdbc?