Java Database Connectivity in the context of Oracle Corporation


Java Database Connectivity in the context of Oracle Corporation

Java Database Connectivity Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Java Database Connectivity in the context of "Oracle Corporation"


⭐ Core Definition: Java Database Connectivity

Java Database Connectivity (JDBC) is an application programming interface (API) for the Java programming language which defines how a client may access a database. 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 a database, and is oriented toward relational databases. A JDBC-to-ODBC bridge enables connections to any ODBC-accessible data source in the Java virtual machine (JVM) host environment.

↓ Menu
HINT:

In this Dossier

Java Database Connectivity in the context of Uniform resource locator

A uniform resource locator (URL), colloquially known as web address, is a reference to a resource on the World Wide Web. A URL specifies the location of a resource on a computer network and a mechanism for retrieving it. A URL is a specific type of Uniform Resource Identifier (URI), although many people use the two terms interchangeably. A URL is most commonly used to reference a web page (HTTP/HTTPS) but is also used for file transfer (FTP), email (mailto), database access (JDBC), and many other applications.

Most web browsers display the URL of a web page above the page in an address bar. As an example of a web page URL, https://www.example.com/index.html indicates protocol https, hostname www.example.com, and file name index.html.

View the full Wikipedia page for Uniform resource locator
↑ Return to Menu