hello,
What is JDBC?
hello,
JDBC technology is an API (included in both J2SE and J2EE releases) that provides cross-DBMS
connectivity to a wide range of SQL databases and access to other tabular data sources, such as
spreadsheets or flat files. With a JDBC technology-enabled driver, you can connect all corporate data even in a heterogeneous environment
Hi,
JDBC stands for Java Database Connectivity. It is a set of API for connecting the database from Java program. JDBC API provides the API for:
Learn in detail at JDBC Tutorial page.
More JDBC tutorials and examples are available at JDBC section.
Thanks