Skip to content

Opening book details…

Can I read Understanding JDBC in Java on EtoBox?

Understanding JDBC in Java by AVANI SINGH is a document available to read on EtoBox.

What is Understanding JDBC in Java about?

JDBC is a Java API that allows Java programs to connect to databases. It uses JDBC drivers to establish this connection. There are four types of JDBC drivers: JDBC-ODBC bridge drivers, native API drivers, network protocol drivers, and thin drivers. The drivers convert JDBC method calls into database vendor-specific calls. Key classes in JDBC include DriverManager, Connection, Statement, and ResultSet.

Author
AVANI SINGH
Language
EN