Multiple choice technology web 2.0

Which is true about Flex?

  1. Breaks free of link and page metaphor

  2. Slow page refresh

  3. Progressively loading content

  4. None of the Above

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

Flex breaks free of the traditional web's link-and-page metaphor by enabling single-page applications with dynamic content without full page refreshes. It does NOT have slow page refreshes (that's traditional web) or progressively loading content (that's progressive enhancement). Option A correctly describes Flex's architectural advantage.

AI explanation

Flex applications run as a single loaded SWF that manages its own view states, so navigation happens without full page reloads or the traditional hyperlink/page-navigation model used by classic web apps. This is a defining trait of Rich Internet Applications, in contrast to slow page refreshes typical of older web pages.