1.

What are the benefits of JDBC 4.0?

Answer»

Here are few advantages of JDBC 4.0

  • Auto loading of JDBC driver class. In the earlier versions we had to manually register and load drivers using class.forName.

  • Connection management enhancements. New methods added to javax.sql.PooledConnection.

  • DataSet Implementation of SQL using annotations.

  • SQL XML support.



Discussion

No Comment Found