Multiple choice technology web technology

What are advantages of writing web services as compared to other native ways like EJB, COM/DCOM and CORBA.

  1. Open Standard

  2. Secure

  3. Text Based Response

  4. All of Them

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

Web services are based on open standards (like HTTP and SOAP) and use text-based message formats (like XML or JSON). These features enable cross-platform interoperability, unlike vendor-specific, binary-based native technologies such as EJB, COM/DCOM, or CORBA.