Answer Posted / ravikiran.chd
by making use of session tracking mechanisms such as
1).Hidden Form Fields
2).cookies
3).Http Sessions
4).Url Rewriting
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can you create a session in servlet?
What is the structure of the http response
Why is a constructor needed in a servlet even if we use the init method?
What are different methods of session management in servlets?
Why do we have servlet filters?
What is the major difference between servlet and applet?
What is servlet in web technology?
Given the request path below, which are context path, servlet path and path info?
Can we use threads in Servlets?
How can we include static files in the jsp page?
What is servlet in simple terms?
What is URL Encoding?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What is the use of servlet context?
What is pure servlet?