Multiple choice technology

In which attributes are used

  1. id and scope

  2. type and id

  3. file and flush

  4. page and flush

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

The jsp:include action uses the 'page' attribute (specifying the relative URL to include) and the optional 'flush' attribute (controls whether the buffer is flushed before inclusion). Option D correctly identifies these attributes. Options A and B list attributes used by other JSP actions (useBean), and option C incorrectly uses 'file' instead of 'page'.