Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are JSP and Servlet container same?

Tags:

jsp

servlets

I like to know JSP and Servlet container are same? Which are they? Is only one container responsible for calling Service methods of both? Than why do we call Jsp container and Servlet container?

like image 701
giri Avatar asked Dec 30 '22 04:12

giri


1 Answers

JSPs are servlets. So a servlet container is a JSP container.

like image 189
stepanian Avatar answered Feb 03 '23 20:02

stepanian