HOME > Development > Everything you need to know about JDBC

Everything you need to know about JDBC

  • Development
  • Apr 15, 2025
SynopsisEverything you need to know about JDBC, available at Free, ha...
Everything you need to know about JDBC  No.1

Everything you need to know about JDBC, available at Free, has an average rating of 4.9, with 13 lectures, based on 14 reviews, and has 1218 subscribers.

Free Enroll Now

You will learn about JDBC Architecture and API Setting up H2 Database Connecting Java applications to an RDBMS Executing SQL commands Handling result of SQL SELECT statements Handling auto-incrementing primary key fields This course is ideal for individuals who are A beginner to Java programming or Developer looking to execute SQL commands using native Java API It is particularly useful for A beginner to Java programming or Developer looking to execute SQL commands using native Java API.

Enroll now: Everything you need to know about JDBC

Summary

Title: Everything you need to know about JDBC

Price: Free

Average Rating: 4.9

Number of Lectures: 13

Number of Published Lectures: 13

Number of Curriculum Items: 13

Number of Published Curriculum Objects: 13

Original Price: Free

Quality Status: approved

Status: Live

What You Will Learn

  • JDBC Architecture and API
  • Setting up H2 Database
  • Connecting Java applications to an RDBMS
  • Executing SQL commands
  • Handling result of SQL SELECT statements
  • Handling auto-incrementing primary key fields
  • Who Should Attend

  • A beginner to Java programming
  • Developer looking to execute SQL commands using native Java API
  • Target Audiences

  • A beginner to Java programming
  • Developer looking to execute SQL commands using native Java API
  • JDBC (Java DB Connectivity) is a Java Standard API for connecting a Java application to an RDBMS. Although you may not need to use JDBC directly in any application today, it is important to understand how it works. Any modern frameworks like Hibernate or JPA which are ORM (Object-Relation-Mapper) or Mybatis which is an SQL mapper, behind the scene use JDBC.

    In this class, we will be looking into the architecture of a JDBC application, connecting to a DB, executing SQL statements, and handling the results of SQL SELECT statements. We will also be learning how to setup a light weight DB called H2, with out having to install anything on our computer.

    The class is completely hands-on based, so get ready to code a lot.

    Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Overview of JDBC

    Lecture 2: Working of JDBC application

    Chapter 2: Software setup

    Lecture 1: Setup H2 Database

    Chapter 3: Coding JDBC

    Lecture 1: Connecting to H2 database

    Lecture 2: DbUtil class

    Lecture 3: Create table

    Lecture 4: Insert a record

    Lecture 5: Insert record using PreparedStatement

    Lecture 6: Batch execution

    Lecture 7: Get multiple records from DB

    Lecture 8: Get single record from DB

    Chapter 4: A bit advanced topics

    Lecture 1: Get auto generated primary key

    Chapter 5: Finally

    Lecture 1: Thank you note and bonus lecture

    Instructors

  • Everything you need to know about JDBC  No.2
    Vinod Kumar Kayartaya
    Evangelist, Consultant and Developer.
  • Rating Distribution

  • 1 stars: 0 votes
  • 2 stars: 0 votes
  • 3 stars: 0 votes
  • 4 stars: 4 votes
  • 5 stars: 10 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!