Are the JSP and Servlet container the same?

I like to know that the JSP and Servlet container are the same? Who are they? Is only one container responsible for calling the Service methods of both? What do we call the Jsp container and Servlet container?

+3
source share
1 answer

JSPs are servlets. Thus, the servlet container is a JSP container.

+9
source

All Articles