What is the feature of jdbc v4?



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

Post New Answer

More JDBC Interview Questions

If I use the JDBC API, do I have to use ODBC underneath?

1 Answers  


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.

1 Answers  


Explain the main method?

1 Answers  


How will you perform truncation using JDBC?

1 Answers  


Can we have foreign key reference to a non primary key column ?

1 Answers  


What are clob and blob data types in jdbc?

1 Answers  


What is the different between ResultSet and RowSet?

1 Answers  


Is jdbc a protocol?

1 Answers  


What is jdbc stand for?

1 Answers  


What is the use of dialect?

1 Answers  


explain about special characters?

1 Answers  


What is jdbc connection interface?

1 Answers  


Categories