JDBC 1.0 Release

Sun Microsystems releases JDBC (Java Database Connectivity) 1.0, providing a standard API for Java applications to connect to and interact with relational databases.

Significance

JDBC became the foundation upon which all early Java persistence layers, including Hibernate, were built. It standardized database access but highlighted the manual effort required without higher-level abstractions.

Key facts

Date
1996-03-01
Type
release
Location
Online / Sun Microsystems