What is JDBC Connection? Explain steps to get Database connection in a simple java program.
How to use JDBC API to call Stored Procedures?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
What is the different between ResultSet and RowSet?
What is the limitation of PreparedStatement and how to overcome it?
How can you know about drivers and database information ?
How java can be connected to a database?
What is the latest version of JDBC? What are the new features added in that?
How will you perform truncation using JDBC?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
What is ODBC and JDBC? How do you connect the Database?
If you are truncated using JDBC, how can you that how much data is truncated?
Give an example for getXXX method?
What are the different classes through which JDBC represents statements?
Explain the main method?