Skip to content

Opening book details…

About this document

Overview of JDBC Components in Java by Hari Chandrudu M is a document available to read on EtoBox.

JDBC is an API that allows Java programs to interact with databases. It provides interfaces and classes that allow a Java program to connect to a database, execute queries and process the results. The key components of JDBC include the JDBC API, driver manager, test suite and bridge drivers. It supports connecting to all major databases like Oracle, SQL Server and MySQL. Programs use JDBC to load drivers, establish connections, create statements, execute queries and process result sets.

Author
Hari Chandrudu M
Language
EN