About 309,000 results
Open links in new tab
  1. JDBC (Java Database Connectivity) - GeeksforGeeks

    Apr 17, 2025 · JDBC is an API that helps applications to communicate with databases, it allows Java programs to connect to a database, run queries, retrieve, and manipulate data. Because of JDBC, Java applications can easily work with different relational databases like MySQL, Oracle, PostgreSQL, and more. Explanation:

  2. Establishing JDBC Connection in Java - GeeksforGeeks

    Apr 17, 2025 · The diagram below demonstrates the workings of JDBC by correlating its steps to real-world examples. We can think JDBC as a middleman that builds communication between Java application and database. Steps to Establish a JDBC Connection. Below are the steps that explains how to connect to Database in Java: Step 1: Import the Packages

  3. JDBC Tutorial - GeeksforGeeks

    Nov 20, 2023 · JDBC is a Java API or tool used in Java applications to interact with the database. It is a specification from Sun Microsystems that provides APIs for Java applications to communicate with different databases. Interfaces and Classes for JDBC API comes under java.sql package.

    Missing:

    • Flow Diagram

    Must include:

  4. Java JDBC Tutorial: What Is JDBC (Java Database Connectivity)

    Apr 1, 2025 · This tutorial explains what is JDBC DriverManager and its methods, JDBC PreparedStatement, Statement and how to use them in Java applications: In the JDBC Connection tutorial of the JDBC tutorial series, we learned the …

  5. JDBC Architecture | Interfaces | Types | Components

    Jul 6, 2023 · JDBC supports two types of processing models for accessing database i.e. two-tier and three-tier. 1. Two-tier Architecture. This architecture helps java program or application to directly communicate with the database. It needs a JDBC driver to …

    Missing:

    • Flow Diagram

    Must include:

  6. Java JDBC - Jenkov.com

    Feb 19, 2019 · The Java JDBC API enables Java applications to interact with relational databases like MySQL, PostgreSQL, MS SQL Server, H2 Database etc. This JDBC tutorial explains how to use the JDBC API to connect to, query, and update relational databases.

    Missing:

    • Flow Diagram

    Must include:

  7. Java JDBC API - Oracle

    The Java Database Connectivity (JDBC) API provides universal data access from the Java programming language. Using the JDBC API, you can access virtually any data source, from relational databases to spreadsheets and flat files.

    Missing:

    • Flow Diagram

    Must include:

  8. Steps to Design JDBC Applications in Java - Dot Net Tutorials

    Let us understand how to perform CRUD operations in Java Applications using JDBC step by step. The following diagram shows the different steps required to develop a JDBC application in Java. Let us discuss each step in detail.

  9. Introduction to JDBC in Java - Java Guides

    Java Database Connectivity (JDBC) is an API that enables Java applications to interact with a variety of databases. It is designed to make SQL database access straightforward and efficient. This guide will cover the essential classes and interfaces in the JDBC API and provide a step-by-step process for establishing a JDBC connection and ...

    Missing:

    • Flow Diagram

    Must include:

  10. JDBC Tutorial

    JDBC API is a Java API that can access any kind of tabular data, especially data stored in a Relational Database. JDBC works with Java on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. Why to Learn JDBC?

    Missing:

    • Flow Diagram

    Must include:

  11. Some results have been removed