Which tag is used in JSP to forward a request to another resource?
Java MCQ: Which tag is used in JSP to forward a request to another resource? a) <jsp:forward> b) <jsp:include> c) <jsp:param> d) <jsp:redirect> Answer: a) <jsp:forward> Explanation: The <jsp:forward> tag is used in JSP to forward a request to another resource, such as another JSP page, Servlet, or HTML page. This tag allows the current […]
Which tag is used in JSP to forward a request to another resource? Read More »