How do u build a composite JSP?
-
using <@include>
-
using <jsp:include>
-
using <@composite>
-
using <jsp:composite>
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.