Which Tag Should Be Used To Pass Information From Jsp To #1278
Which tag should be used to pass information from JSP to included JSP?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Session Management JSP API - JSP - Quiz No.1.
Which tag should be used to pass information from JSP to included JSP?
Using <%jsp:page> tag
Using <%jsp:param> tag
Using <%jsp:import> tag
Using <%jsp:useBean> tag