Multiple choice technology web technology

How do u build a composite JSP?

  1. using <@include>

  2. using <jsp:include>

  3. using <@composite>

  4. using <jsp:composite>

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

To build a composite JSP page dynamically at runtime, the standard action tag `` is used to merge the content of another resource into the current page.