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


Please Help Members By Posting Answers For Below Questions

What is the use of httpservletrequestwrapper and httpservletresponsewrapper?

538


Who is responsible for writing a constructor?

776


What is the purpose of dispatcherservlet properties?

508


Which event is fired at the time of setting, getting or removing attribute from application scope?

609


How many servlet objects are created?

561






List the Different types of servlet?

579


What is the difference between genericservlet and httpservlet

584


Explain the difference between generic servlet and http servlet?

539


What are the objects involved when a servlet receives a call from client?

545


What is the difference between CGI and Servlet?

586


What is http servlet? Explain with the help of an example.

578


Can you create a deadlock condition on a servlet?

587


What is servlet api used for conneting database?

694


What are the different methods involved in the process of session management in servlets?

661


Why is a constructor needed in a servlet even if we use the init method?

602