Multiple choice technology

What is JDBC?

  1. Standered java interface for accesing hetrogeneous databases.

  2. Standered Oracle interface for accesing hetrogeneous databases.

  3. Standered Mainframe interface for accesing hetrogeneous databases

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

JDBC (Java Database Connectivity) is the standard Java API that provides a database-independent connectivity mechanism between Java applications and heterogeneous databases. It is a Java-specific interface, not tied to Oracle or mainframe systems. The option correctly identifies it as a Java interface, despite spelling errors in the option text.