Answer Posted / tulasi vani
The different types of sessiontracking are
1.HiddenForm Field
2.URL Rewriting
3.Cookies
4.HttpSession
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the jobs performed by servlets?
How servlets are deployed in java?
What are the functions of the servlet container?
List the Different types of servlet?
What if you need to span your transaction across multiple servlet invocations?
Explain servlet life cycle?
Explain in brief the directory structure of a web application?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What are the differences between the servletconfig interface and the servletcontext interface?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
Why jsp is better than servlet?
What is the difference between Difference between doGet() and doPost()?
What is servlet? Explain
What are all the ways for session tracking?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?