Skip to content
0
  • Definitions
    • Browse A–Z
    • Recently Added
    • Most Popular
    • Most Viewed
    • Word Lists
    • All Categories
  • Learn & Play
    • Hangman Game
    • Grammar Check
    • Common English Words
    • Words Containing "Black"
    • English Practice Chat
  • Articles
    • Evolution of Dictionaries
    • Business Jargon Decoded
    • Build Your Vocabulary
    • Word Etymology Guide
    • Commonly Confused Words
    • Medical Terminology
    • Legal Terminology
    • Business Communication
  • Definitions
    • Browse A–Z
    • Recently Added
    • Most Popular
    • Most Viewed
    • Word Lists
    • All Categories
  • Learn & Play
    • Hangman Game
    • Grammar Check
    • Common English Words
    • Words Containing "Black"
    • English Practice Chat
  • Articles
    • Evolution of Dictionaries
    • Business Jargon Decoded
    • Build Your Vocabulary
    • Word Etymology Guide
    • Commonly Confused Words
    • Medical Terminology
    • Legal Terminology
    • Business Communication
Collapse
Define Dictionary Meaning - True Words & Their Meanings
  1. Define Dictionary Meaning
  2. Categories
  3. Definitions
  4. JDBC

JDBC

Scheduled Pinned Locked Moved Definitions
1 Posts 1 Posters 328 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Vaniaundefined Offline
    Vaniaundefined Offline
    Vania
    wrote on last edited by admin
    #1

    Stands for Java Database Connectivity. JDBC is an API that allows Java applications to connect to and query a wide range of databases. Examples include Java DB, Oracle, MySQL, PostgreSQL, DB2, Sybase ASE, and Microsoft SQL Server.
    JDBC makes it possible for a software developer to run SQL queries within a Java application. The database connection and any required query translations are handled by the JDBC driver. For example, the same Java method can be used to query a MySQL database and a Microsoft SQL Server database. The goal is to provide developers with write once, run anywhere functionality, making it easy to work with different types of databases.
    In order for an application to use JDBC, the appropriate driver must be installed. Examples include the JDBC Thin driver and the JDBC OCI (Oracle Call Interface) driver. The driver files are available as Java archives (.JAR files), which can be referenced by a Java application. Each Java archive contains .CLASS files that allow Java apps to communicate with different types of databases. Individual classes can be removed to reduce the disk space required by the corresponding Java app.
    JDBC is designed specifically for Java applications, while ODBC is language independent. That means the ODBC API is available for multiple programming languages, while JDBC is only available for Java. A bridge can be used to translate commands between the two APIs. For example, an ODBC-JDBC bridge translates ODBC function-calls into JDBC method-calls, allowing them to be processed by a JDBC driver. A JDBC-ODBC driver converts JDBC method calls into ODBC function calls, allowing them to work with an ODBC driver.

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    Look Up a Word

    Browse A–Z

    ABC DEF GHI JKL MNO PQR STU VWX YZ

    Popular Definitions

    1 Turban 2 Tripple 3 Blessing 4 Bonnet 5 Serendipity 6 Wanderlust 7 Nostalgia 8 Integrity
    View all popular

    Know a better definition?

    Share your knowledge with the community

    Add a Definition

    Explore More Definitions

    Browse our collection of 300,000+ community-written definitions

    Browse A–Z Most Popular Recently Added
    Define Dictionary Meaning
    Most Popular Words All Definitions Terms of Service Privacy Policy Browse Lists

    © 2026 Define Dictionary Meaning. All rights reserved

    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post