which of the following driver as indirect network connection
Answers
Answered by
0
Answer:
cached data may be the answer
Answered by
0
JDBC-Net driver
JDBC-Net driver as indirect network connection.
- JDBC-Net driver is an indirect network connection that the JDBC client makes to the JDBC middleware process.
- A database driver implementation that uses the ODBC driver to connect to the database is the JDBC type 1 driver, commonly referred to as the JDBC-ODBC bridge. Calls to JDBC methods are transformed into ODBC function calls by the driver.
- The JDBCTM (Java Database Connectivity) API was created by Sun Microsystems, which is now owned by Oracle, and offers a standardised method of accessing data using the JavaTM programming language. An application that uses JDBC can operate on any platform that has a Java Virtual Machine and access a number of databases.
- Any type of tabular data, particularly data kept in a relational database, can be accessed via the Java API known as JDBC. JDBC enables you to create Java programmes that control these three types of programming work: Join a data source, such as a database. Send statements to the database for queries and updates.
#SPJ2
Similar questions