What is createstatement method in java?
What is resultset in jdbc with example?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
what is metadata and it's use?
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 the three basic components of the odbc architecture?
How does a custom RowSetReader get called from a CachedRowSet?
Compare jdbc and odbc and how is jdbc required in this context.
List some new features available in jdbc 4.0?
Discuss the procedure of retrieving warnings?
In JDBC, All the API?s are interfaces? Where is the actual implementation?
what does the method Class.forName returns?
What is the difference between ExecuteUpdate and ExecuteQuery?