Multiple choice technology web technology

Smartclient can perform both XMLHTTPRequest and Plain HTTPRequest

  1. True

  2. False

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

SmartClient primarily uses XMLHttpRequest (AJAX) for server communication. It does not support plain HTTP requests - all communication is asynchronous through XMLHTTP for its AJAX architecture.