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 advantages: (A) Open Standards - XML/SOAP are W3C standards, (B) Secure - CAN be secured with WS-Security/HTTPS, (C) Text-based - XML is human-readable, but security isn't automatic. 'All of them' is wrong because security requires additional configuration.