What is JDBC?

What is JDBC

Why use JDBC

JDBC Statement Classes

JDBC Procedure to Connect to Database

  1. Register Database Driver
  2. Initialize Connection by providing each of the following to DriverManager:
    • Database URL
    • Username
    • Password
  3. Prepare a statement
  4. Execute the statement
  5. Retrieve Database results

More resources