What are the advantages of using JDBC DataSource?

devquora
devquora

Posted On: Feb 22, 2018

 

  • It uses PreparedStatement for speedy and better processing
  • It also provides connection timeout settings.
  • It also provides features like logging.
  • It has features like resultset maximum size threshold.
  • It also supports connection Pooling in a servlet container with the help of JNDI support.

    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..