Kizspy | Question: 14
(Choose 1 answer)
What is the difference between <jsp:include> and <jsp:forward>?
A. <jsp:include> includes content at runtime; <jsp:forward> stops page execution.
B. <jsp:forward> includes another resource; <jsp:include> forwards the request.
C. Both tags perform the same function.
D. None of the others