Java Database Connectivity

Glossary Page

Java Database Connectivity (JDBC) is a Java API that provides a standardized way for Java applications to interact with databases. It allows developers to establish connections to various database management systems (DBMS) and execute SQL queries, retrieve and manipulate data, and perform database operations using Java programming language. JDBC enables database independence and simplifies the process of developing database-driven applications in Java.

https://docs.oracle.com/javase/8/docs/technotes/guides/jdbc/ external-link

Latest Webinars

Latest Articles