Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is possible to access a servlet page using JSP by using the <jsp:include> or <jsp:forward> tags in the JSP code. These tags allow the JSP page to include or forward to the servlet page, thus allowing access to its functionality.