Home » JAVA Programming » Java Basic » Question
  1. Which tag should be used to pass information from JSP to included JSP?
    1. Using <%jsp:param> tag
    2. Using <%jsp:import> tag
    3. Using <%jsp:page> tag
    4. Using <%jsp:useBean> tag
    5. None of these
Correct Option: C

<%jsp:param> tag is used to pass information from JSP to included JSP.



Your comments will be displayed only after manual approval.