List some new features available in JDBC 4.0?

devquora
devquora

Posted On: Feb 22, 2018

 

The new features that are available in JDBC 4.0 are: -

A new feature is available in JDBC 4.0 is automatically loading by JDBC driver class

  • It increases Connection Management
  • It allows RowId SQL.
  • SQL implemented Dataset with the help of Annotations
  • It also Improves SQL exception handling
  • It also additional supports of files like SQL XML.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    JDBC Interview Questions

    What is the full form of JDBC and what is its purpose?

    JDBC stands for Java Database connectivity which is an application that helps in connection for the programming of Java language...

    JDBC Interview Questions

    What do you understand by JDBC driver and explain its types?

    JDBC drivers are software that enables the Java application to connect with the database..