answersLogoWhite

0

General JDBC Architecture consist of two layers: JDBC API - this provides the application to JDBC manager connection. JDBC driver API - this supports the JDBC manager to driver connection.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is type 4 jdbc driver?

JDBC is short for java database connectivity. There are 4 type of JDBC drivers : 1) JDBC-ODBC 2) Native-API 3) JDBC-Net 4) Native-Protocol.


Is it possible while developing any software by using java can you manage database?

Yes. In Java this is done through the JDBC classes.Yes. In Java this is done through the JDBC classes.Yes. In Java this is done through the JDBC classes.Yes. In Java this is done through the JDBC classes.


List four JDBC drivers?

JDBC ODBC BridgeNative API Partly Java DriverNet Protocol full Java driverare some types of jdbc drivers


What do you understand by JDBC driver in java?

JDBC driver is an interface enabling a java application to interact with a database. To connect with individual database, JDBC requires drivers for each database.


Does jdbc come along with j2ee?

JDBC comes as part of the standard JDK & JRE set up.


Which types of JDBC drivers allows your java programs to communicate with the ODBC driver of your dbms?

JDBC - ODBC bridge


What is the use of JDBC?

JDBC stands for Java Database connectivity which is a standard java API for database. It is for database connectivity with project.


How do you write jdbc program in eclipse?

TJJJGGJSGYTRYryjgjjmhkk


What content is available on the 2hd website?

2hD are a British architectural firm. Their website gives an overview of the type of services they provide together with examples of their previous work.


In JDBC program if you are connecting to MySQL then to which driver is to be selected?

In a JDBC program connecting to MySQL, you should select the MySQL Connector/J driver. This driver is specifically designed for MySQL database interaction and implements the JDBC API. You can include it in your project by adding the MySQL Connector/J JAR file to your classpath. Once included, you can establish a connection to the MySQL database using the appropriate JDBC URL and credentials.


What 5 words describe the Brooklyn bridge?

Iconic, majestic, historic, architectural, and vibrant.


How do you use database in java?

By using JDBC/hibernet