What is the feature of jdbc v4?
Answer / Aashish Kumar
JDBC 4.0 introduced several new features such as support for PreparedStatements and CallableStatements in a single Connection object, auto-commit by default, and simplified handling of ResultSet metadata.
| Is This Answer Correct ? | 0 Yes | 0 No |
If I use the JDBC API, do I have to use ODBC underneath?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
Explain the main method?
How will you perform truncation using JDBC?
Can we have foreign key reference to a non primary key column ?
What are clob and blob data types in jdbc?
What is the different between ResultSet and RowSet?
Is jdbc a protocol?
What is jdbc stand for?
What is the use of dialect?
explain about special characters?
What is jdbc connection interface?