(Choose 1 answer)
Which statements are BEST describe <jsp:include> Action?
A. Specifies the relative URI path of the resource to include. The resource must be part of the same Web application.
B. Specifies that the JSP uses a JavaBean instance.This action specifies the scope of the bean and assigns it an ID that scripting components can use to manipulate the bean.
C. Dynamically includes another resource in a JSP.As the JSP executes, the referenced resource is
included and processed.
D. Forwards request processing to another JSP.servlet or static page. This action terminates the current JSP's execution.
Finish
46