how a user session can be tracked in servlets?
Answer / anjan
The user seesion can trak in 4 ways,
1.url rewriting
2.hidden form fields
3.cookies
4.secure soket layer
Is This Answer Correct ? | 4 Yes | 0 No |
what is OOAS
What are the steps that are involved in using the httpservlet class?
How to get the path of servlet in the server?
Define the life cycle of a servlets.
What is the difference between Server and Container?
Explain the servlet context.
What are the methods in HttpServlet?
how do you maintain sessions in servlets?
Write a hello world program using servlets.
What is servlet in simple terms?
when the several requests comes to server..how it manage the requests
What is difference between get and post method?