how do you maintain sessions in servlets?
Answers were Sorted based on User's Feedback
Answer / bibek
for mentaining session there are four ways
1 hidden field
2 url re-writting
3 coockis
4 session
| Is This Answer Correct ? | 14 Yes | 5 No |
Answer / mahesh
to maintain sessions in servlets we can use another way that
is through........ RequestDispatcher
| Is This Answer Correct ? | 5 Yes | 4 No |
List out the difference between ServletConfig and ServletContext?
difference between request.getSession(false) or request.getSession() and request.getSession(true)
Is dispatcher servlet a singleton?
What is meant by servlet? What are the parameters of the service method?
Why filter is used in servlet?
What are the annotations used in servlet 3?
In which cases Destroy() is invoked?
What is a servlet engine?
How to make sure a servlet is loaded at the application startup?
What is webservlet?
How do you invoke a servelt?
Which application server is best for java?