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

    Jan 2, 2026 · 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 …

  2. Java & Databases: An Overview of Libraries & APIs - Marco Behler

    Aug 24, 2022 · You can use this guide to get an overview of all popular database libraries & APIs in Java. Covers JDBC, Hibernate, JPA, jOOQ, Spring Data and more.

  3. Java Database Connectivity - Wikipedia

    It is a Java-based data access technology used for Java database connectivity. It is part of the Java Standard Edition platform, from Oracle Corporation. It provides methods to query and update data in …

  4. Lesson: JDBC Introduction (The Java™ Tutorials > JDBC Database

    This JDBC Java tutorial describes how to use JDBC API to create, insert into, update, and query tables. You will also learn how to use simple and prepared statements, stored procedures and perform …

  5. Java Database: A Comprehensive Guide - javaspring.net

    Nov 12, 2025 · Whether you are building a small web application or a large enterprise system, understanding how to work with databases in Java is essential. This blog will explore the …

  6. Introduction to JDBC - Baeldung

    Jan 8, 2024 · In this article, we’re going to take a look at JDBC (Java Database Connectivity) which is an API for connecting and executing queries on a database. JDBC can work with any database as long …

  7. JDBC Tutorial - GeeksforGeeks

    Sep 10, 2025 · JDBC (Java Database Connectivity) is a standard Java API that allows Java applications to connect to relational databases. It provides a set of interfaces and classes to send SQL queries, …

  8. Understanding Databases for Java: A Comprehensive Guide

    May 11, 2025 · Discover what a database for Java is and how to integrate it into your applications. Learn about key concepts, types, and best practices in our comprehensive guide.

  9. 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 …

  10. Java Database Connectivity (JDBC) Tutorials - CodeJava.net

    Oct 25, 2024 · The comprehensive JDBC tutorials for beginners: Learn Java database programming with real-world code examples.