Multiple choice technology web technology

Which of the following tags are used for implementing Composite view pattern?

  1. <jsp:include ….>

  2. <%include …%>

  3. All of the above

  4. None of the above

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

Both and <%@ include %> (directive) are used for implementing the Composite View pattern, which allows composing complex views from smaller reusable components. The question uses <%include...%> (likely meaning the include directive). Both mechanisms support composite views, making 'All of the above' the correct answer.