In which attributes are used
-
id and scope
-
type and id
-
file and flush
-
page and flush
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'.