This page contains a list of Java JDBC examples for beginners to practices. You can use these examples in your Java projects.
JDBC stands for Java Database Connectivity, which is a standard Java API for database-independent connectivity between the Java programming language and a wide range of databases.
To keep it simple, JDBC allows a Java application to connect to a relational database. The major databases are supported such as Oracle, Microsoft SQL Server, DB2 and many others.
Java JDBC Examples
- How to Delete Data from MySQL Table using Java
- How to Insert Data in MySQL Table using Java
- How to Create Database Table in Java
- JDBC DriverManager Example
- JDBC PreparedStatement Example
- JDBC Statement Example
- Java MySQL DataSource Example
- Update Query in MySQL using Java PreparedStatement
- Login Example with JSP + Servlet + JDBC + MySQL Database
- JSP + JDBC + MySQL Example Tutorial
- JSP Form Example with JDBC and MySQL Database
- Java JDBC CRUD Example - SQL Insert, Select, Update, and Delete Examples
- Java Swing JDBC MySQL Database Example
- Java JDBC Connection to HSQLDB Database
- JDBC Connection to H2 Database Example
- JDBC Connection to PostgreSQL Example
- JDBC Connection to Oracle Database Example
- JDBC Transaction Management Example
- JDBC Delete Query Example
- JDBC Select Query Example
- JDBC Update Query Example
- JDBC Insert Multiple Rows Example
- JDBC Create a Table Example
- What are different types of JDBC Drivers
- Advantages of Hibernate Framework over JDBC
- Java PostgreSQL Example
- Java H2 Insert Record Example
- Java H2 Embedded Database Example
- Java H2 Create Table Example
Free Spring Boot Tutorial - 5 Hours Full Course
Watch this course on YouTube at Spring Boot Tutorial | Fee 5 Hours Full Course