Multiple choice technology programming languages

Is it possible to make httpService Requests synchronous

  1. True

  2. False

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

Flex HTTPService requests are strictly asynchronous because Flash Player runs on a single-threaded execution model. Forcing network requests to run synchronously would block the main execution thread, causing the user interface to freeze and trigger browser responsiveness warnings.