Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Java JDBC with Oracle: Build a CRUD Application
Rating: 4.5 out of 5(111 ratings)
2,481 students

Java JDBC with Oracle: Build a CRUD Application

Learn all core JDBC concepts and build a CRUD application.
Created byAbhay Redkar
Last updated 12/2018
English

What you'll learn

  • Learn all core JDBC concepts.
  • Build Java database applications

Course content

5 sections37 lectures2h 1m total length
  • Introduction and Course Overview1:55

    Explore the Java JDBC with Oracle course, covering database connections, CRUD operations with statement and prepared statement, callable statements, result sets, and a mini project.

  • Installation of Eclipse IDE and JDK1:36

    Install Eclipse IDE and JDK by downloading from the official Eclipse website and JDK site, selecting your system, and accepting licenses. Ensure the JDK is installed so Eclipse will start.

  • Installation of Oracle Database1:36

    Download Oracle 11g from Oracle's official website and install the database by running the installer and following the on-screen prompts. Remember the password you set for Oracle client.

Requirements

  • Basic knowledge of Java.
  • Basic knowledge of SQL statements.

Description

JDBC is used for developing database applications in Java. JDBC is widely used in industry projects for connecting to the database.This course is for anyone who has basic knowledge about core Java concepts and some basic knowledge about SQL statements. This course may not be suitable for students/programmers who are not familiar with Java or SQL.

This course is going to teach you all the core JDBC fundamental concepts and it will also teach you how to write database applications in Java using JDBC programming. All the concepts are explained in a very simple language.This course is highly practical-based with a very few power-point presentations. The focus of this course is more on practicals rather than the theory. The course is going to cover everything right from basic SQL operations like insert, update, delete to complex topics like calling stored procedures, storing and retrieving images and files, transactions etc.

Apart from explaining core JDBC concepts, this course also has a mini-project at the end which is a CRUD application. A CRUD application is basically a database application which performs basic operations like Create/Insert(C),Read(R), Update(U), Delete(D). This CRUD application will give you a concrete understanding of all JDBC fundamentals.

As it’s a short course, it wont be boring at all. You need to invest only around 2 hours of your time. I believe you will enjoy this course and learn a lot. Happy Coding :) 

Who this course is for:

  • Anyone who wants to learn all core JDBC concepts.
  • Anyone who wants to build a Java database application.