Multiple choice technology

it is possible to make httpService Requests synchronous in adobe flex !!

  1. True

  2. False

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

HTTPService in Flex is inherently asynchronous. The request-response model doesn't block execution, so you can't make it truly synchronous without workaround patterns.