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
how many jsp scripting elements are there and what are those?
How to get the current httpsession object?
Write the code to get the server information in servlet.
How can a servlet be used to generate plain text instead of html?
What are the advantages of servlets over traditional cgi?
How can an existing session be invalidated?
Can a jsp be called using a servlet?
What do you mean by httpservlet and how it is different from the genericservlet?
What do you mean by chaining in servlet?
Explain the steps involved in placing a servlet within a package?
Why doesn’t a servlet include main()? How does it work?
How to rectify errors in java servlet while compilation?
Differentiate between get and post?
What are the common methods that are included in the http servlet class?
If servlet receives multiple requests, how many objects will it create?