What are the differences between resultset and rowset?
No Answer is Posted For this Question
Be the First to Post Answer
Which type of driver is unique in jdbc?
What is hbm xml?
What is getconnection method in java?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
Why we use jdbc instead of odbc?
What is jdbc vs odbc?
What is executeupdate in java?
Explain the difference between inner and outer join ?
What is jdbc stand for?
Where jdbc drivermanager class is used?
If I use the JDBC API, do I have to use ODBC underneath?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?