how do you maintain sessions in servlets?
Answer Posted / mahesh
to maintain sessions in servlets we can use another way that
is through........ RequestDispatcher
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is Servlet API used for connecting database?
What is the use of attribute in servlets?
What is servlet attributes and their scope?
Does servlet have main method?
What is servlet and its types?
Can you send an authentication error from a servlet?
Can filter be used as request or response?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
How do we call one servlet from another servlet?
What is cgi and what are its drawbacks?
What are the new features added to servlet 2.5?
Is servlet thread safe?
What are the steps that are involved in using the httpservlet class?
How can you create a session in servlet?
How to read request headers from servlets?