约 3,240,000 个结果
在新选项卡中打开链接
  1. JDBC in Java | Java Database Connectivity - Tpoint Tech

    2026年3月28日 · JDBC stands for Java Database Connectivity. JDBC is a Java API to connect and execute the query with the database, and processing the results.

  2. Establishing JDBC Connection in Java - GeeksforGeeks

    6 天之前 · Output: Java Program for Oracle Database Connection Example: The below Java program demonstrates how to establish a JDBC Connection with an Oracle database.

  3. Lesson: JDBC Basics (The Java™ Tutorials > JDBC Database Access) - Oracle

    Lesson: JDBC Basics In this lesson you will learn the basics of the JDBC API. Getting Started sets up a basic database development environment and shows you how to compile and run the JDBC tutorial …

  4. Java Database Connectivity with MySQL - GeeksforGeeks

    2025年10月4日 · In Java, we can connect our applications to a MySQL database using JDBC (Java Database Connectivity). JDBC is a standard API that allows Java programs to execute SQL queries, …

  5. Performing Database Operations in Java - GeeksforGeeks

    2025年8月21日 · In this article, we will be learning about how to do basic database operations using JDBC (Java Database Connectivity) API in Java programming language. These basic operations are …

  6. Understanding JDBC: A Comprehensive Guide with Examples

    2024年6月14日 · Java Database Connectivity (JDBC) is an API for connecting and executing queries on a database. It provides a set of interfaces and classes…

  7. JDBC MCQs - Tpoint Tech - Java

    6 天之前 · JDBC is a Java API used to connect and interact with databases. Practice these multiple-choice questions to understand database connectivity and operations with answers. JDBC MCQs …

  8. Java JDBC Tutorial | JDBC Examples | Learn JDBC - Wideskills

    The JDBC (Java Database Connectivity) API defines interfaces and classes for writing database applications in Java by making database connections. Using JDBC you can send SQL, PL/SQL …

  9. AJP RMI Detailed Notes - Database Programming using JDBC Unit

    This document provides detailed notes on Advanced Java Programming (AJP) focusing on Remote Method Invocation (RMI) concepts and database programming using JDBC.

    • 评论数: 1
    • Database Programming using JDBC JDBC – Java DataBase Connectivity. Java Database Connectivity defines a set of classes that can execute SQL statements through applications. JDBC APIs are used …