Multiple choice technology web technology

This is used for connectivity to the relational Database systems.

  1. JMS

  2. Java IDL

  3. JDBC

  4. JAF

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

JDBC (Java Database Connectivity) is the standard Java API for connecting to relational databases. It provides methods to execute SQL queries, retrieve results, and manage database transactions. JMS is for messaging, Java IDL for CORBA connectivity, and JAF (JavaBeans Activation Framework) for handling MIME data types.