About 184,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 …

  2. JDBC Architecture (The Java™ Tutorials - Oracle

    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 …

  3. RajuKumar077/Java-Advanced-JDBC-MySQL - GitHub

    This repository is a structured collection of Java concepts from Basic to Advanced, with a strong focus on JDBC (Java Database Connectivity) and SQL. It contains well-organized code …

  4. JDBC Architecture - InterviewBit

    Jun 22, 2023 · JDBC Architecture and Components. There are two architectures of JDBC: Two-Tier Architecture. A Java applet and application communicates directly with the data source in …

  5. jdbc architecture - Scaler Topics

    Nov 9, 2022 · JDBC architecture is divided into 4 main components: Application, JDBC API, DriverManager, and JDBC Drivers. The interfaces and classes in JDBC API are used to …

  6. Design of JDBC - Tpoint Tech - Java

    Java Database Connectivity (JDBC) is an Application Programming Interface (API), from Sun microsystem that is used by the Java application to communicate with the relational databases …

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

  8. Java data objects convert the routine into low-level message that conform to the JDBC driver specification and send them to the JDBC driver. The JDBC driver translates the routine into …

  9. JDBC in Java: A Complete Guide to Mastering JDBC

    Nov 7, 2023 · In this comprehensive guide, we’ve embarked on a journey to explore JDBC (Java Database Connectivity), a vital tool that provides a link between your Java application and a …

  10. JDBC Architecture in Java Application - Dot Net Tutorials

    JDBC architecture is a client-server architecture. JDBC architecture has 5 elements. JDBC API: To write a java program that communicates with any database without changing the code Sun …

Refresh