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. Dynamically includes another resource in a JSP. As the JSP executes, the referenced resource is included and processed.
c. Forwards request processing to another JSP, servlet or static page. This action terminates the current JSP's execution.
d. 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.
Answer: B
If the answers is incorrect or not given, you can answer the above question in the comment box. If the answers is incorrect or not given, you can answer the above question in the comment box.