Questions tagged [web-container]
62 questions
-3
votes
2 answers
Does JSP provide the dynamic behaviour to a web-page?
Although I know JSP (basic understanding), I have some doubts on the JSP technology.
Consider the below simple jsp:
This is demo
The current time is <%=new…

CuriousMind
- 8,301
- 22
- 65
- 134
-3
votes
2 answers
Why a web container can manage a servlet?
Good afternoon.
Why an HTTPservlet's life cycle can be managed by a WEB-container?
A WEB-server(for example Apache Tomcat) is able to capture an HTTP request from client, to process and to reply with an HTTP response; a servlet needs a web…

harry-potter
- 1,981
- 5
- 29
- 55