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

devquora
devquora

Posted On: Feb 22, 2018

 

JDBC stands for Java Database connectivity which is an application that helps in connection for the programming of Java language. It is primarily helpful for the clients by guiding them on how to access a database. This java technology helps in connectivity of java database. It comes from Java Standard Edition platform, from Oracle Corporation.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

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

    JDBC Interview Questions

    What are the different types of classes in the API component?

    The linkage between the user and driver is provided by the DriverManager...