Multiple choice technology web technology

This service allowas J2EE application components to invoke external CORBA objects using IIOP protocol.

  1. JMS

  2. Java IDL

  3. JDBC

  4. JAF

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

Java IDL (Interface Definition Language) allows Java applications to invoke external CORBA objects using the IIOP (Internet Inter-ORB Protocol). It provides interoperability between Java and CORBA-based systems. JDBC is for databases, JMS for messaging, and JAF for data type handling.