Multiple choice technology web technology

If you want to handle asynchronous call,which protocol you will use:

  1. SAOP

  2. HTTP/HTTPs

  3. TCP/IP+JMS

  4. REST

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

While SOAP and REST are architectural styles, HTTP/HTTPS are the underlying protocols used for asynchronous communication in web services (often via AJAX or callbacks). However, JMS is also a common choice for enterprise async messaging.