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
How can you use a servlet to generate a plain text instead of html?
What is the inter-servlet communication?
Explain Action Servlet?
How can we upload the file to the server using servlet?
Describe the phases of servlet lifecycle?
How a servlet is unloaded?
Is tomcat a servlet container?
How httpservlet is different from the genericservlet?
What is the difference between encodeRedirectUrl and encodeURL?
What is dispatcher servlet?
How do I use cookies to store session state on the client?
Which HTTP method is non-idempotent?
What is servlet used for?
Who is responsible for writing a constructor?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?