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
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What is the major difference between context parameter and context attribute?
What are the two important api's in for servlets?
How to rectify errors in java servlet while compilation?
How do I use cookies to store session state on the client?
How can we create deadlock situation in servlet?
Can filter be used as request or response?
What are the mechanisms used by a servlet container for maintaining session information?
How the typical servlet code look like ?
What is the workflow of a servlet?
What is meant by session? Tell me something about httpsession class?
Is it good idea to create servlet constructor?
How do you configure a centralized error handler in servlets?
What is httpservlet and how it is different from genericservlet?
Is tomcat a servlet container?