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 use open standards (XML, SOAP, WSDL) making them interoperable across platforms. They use text-based XML responses which are readable and firewall-friendly. However, web services are not inherently more secure than native alternatives - they still need proper security implementation.