Answer Posted / saikiran
servlet is the server side funcionality
to plugin to the Servlet contianer to get the Services
from the contianer like
lifecycleManagement
thread management
request navigation
response deligation
session management
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is servlet interface?
What's the architecture of a servlet package?
What is MIME Type?
What is servlet in simple terms?
Tell us something about servletconfig interface.
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What do you mean by singlethreadmodel interface?
How do you communicate in between Applets and Servlets?
What is the web server used for running the Servlets?
Which java application server is the best?
What is cgi?
How does tomcat servlet container work?
What mechanisms are used by a Servlet Container to maintain session information?
Is servlet a framework?
List out the difference between ServletConfig and ServletContext?