Multiple choice technology web technology

Which directive allows substitution of text or code to occur at translation time specified by file or URL reference ?

  1. Import

  2. Include

  3. Substitute

  4. None of the above

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

The include directive in JSP allows static content substitution at translation time (when the JSP is converted to a servlet). This is different from the include action which happens at runtime. The directive syntax is <%@ include file="..." %>