Multiple choice technology web technology

With the following directive in a web page designed for desktop, mobile device will never receive cached desktop web page: <%@ OutputCache Duration="60" %>

  1. True

  2. False

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

The directive &lt;%@ OutputCache Duration="60" %&gt; caches a single version of the page. Without specifying properties like VaryByCustom or VaryByHeader (e.g., User-Agent), mobile devices can receive the cached desktop version of the page. Thus, the statement is false.