Multiple choice technology programming languages

Code behind model places the code in a separate file but not in a specifically designated script tag ?

  1. True

  2. False

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

The code-behind model places code in a separate file but DOES use a specifically designated mechanism - the @Page directive with CodeFile/Inherits attributes. The statement claims it does NOT use a designated mechanism, which is false.