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 get and post methods?
What are the advantages of servlets over traditional cgi?
What do you mean by singlethreadmodel interface?
Which method is called when reference variable is passed in system.net?
How does Cookies work in Servlets?
What is http servlet in java?
What is the use of servletconfig interface?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What do you mean by the servlet chaining?
What is the
Why is httpservlet declared abstract?
How does tomcat servlet container work?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What’s the difference between forward() and sendredirect() methods?
Are Servlets Thread Safe? How to achieve thread safety in servlets?