What is the need of session tracking in HttpServlet ?
Answer Posted / saikiran
Because of http is an stateless protocal
that don't have a capacity to remember ur information
for that we r tracking by using of
.urlRewriting
.Hiddenform Fields
.Cookies
.HttpSession
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the functionality of actionservlet and requestprocessor?
How can the session in servlet can be destroyed?
How many servlet objects are created?
How many objects of a servlet is created?
What are all the protocols supported by httpservlet?
What is the difference between Servlets and Applets?
How do you get the ip address of the client in servlet?
What is the advantage of Servlets when compared with other server side technologies?
How we can get ip address of client in servlet?
What is the use of send redirect () method?
What is servlet collaboration?
How do we translate jsp?
What is the use of attribute in servlets?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is difference between server and servlet?