Answer Posted / shekhar
There are different types of SessionTracking mechanisms
1.Hidden Fields
2.Cookies
3.HttpSessions
4.URL Rewriting
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How is an application exception handling is done using a servlet?
Why don't we write a constructor in a servlet?
What are the type of protocols used in httpservlet?
What is difference between GenericServlet and HttpServlet?
Why HttpServlet class is declared abstract?
What is difference between cookies and httpsession?
what is multiple server?
What are the different methods of session management in servlets?
What is the structure of the http response
What is a web application and what is it’s directory structure?
If servlet receives multiple requests, how many objects will it create?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What is servlet in web technology?
Explain the difference between servlet and cgi?
What is the directory structure of a war file?