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 difference between sendredirect() and forward() in a servlet?
What are all the advantages of servlet over cgi?
Where do you define dispatcherservlet?
What is the functionality of actionservlet and requestprocessor?
What is the use of send redirect () method?
What is servlet configuration?
What are the life cycle methods of a servlet?
What are the steps involved in placing a servlet within a package?
How can we create deadlock situation in servlet?
Difference between GET and POST?
What is a cookie What is the difference between session and cookie
What are the two important api's in for servlets?
Why is a constructor needed in a servlet even if we use the init method?
When a servlet accepts a call from a client, it receives two objects. What are they?
What is a servlet engine?