Release of JDBC 1.0 (Java Database Connectivity)
JDBC provided the first standardized API for Java applications to connect to relational databases, making manual SQL execution the norm.
Significance
While enabling database access, it highlighted the need for higher-level abstractions due to its low-level nature and the boilerplate code it required.
Key facts
- Date
- 1996-03-22
- Type
- release
- Location
- Sun Microsystems, USA