Where can I find info, frameworks and example source for writing a JDBC driver?
What is the jdbc rowset?
What is drivermanager in java?
What are the methods which can verify the cursor particular position?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
What do you understand by DDL and DML statements?
Define preparedstatement.
How to get the Database server details in java program?
What are the functions of the jdbc connection interface?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
Why do you use a data source object for a connection?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
How to set NULL values in JDBC PreparedStatement?
What is the use of JDBC DriverManager class?