If we disable cookies in our web page, what will happen?
Answer Posted / abc
to track web pages we can use
1. Cookies
2. URLRewriting
3. storing data in session
4. Using Hidden variable in form
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What are the objects involved when a servlet receives a call from client?
What are different ways for servlet authentication?
Why do we have servlet wrapper classes?
Explain the working of service() method of a servlet.
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What are the types of servlets? Explain
What do you mean by filter in servlet?
Can we use threads in Servlets?
What is the importance of init() method in Servlet ?
What is the difference between sendredirect() and forward() in a servlet?
Explain the difference between a web server and a web container?
What is the difference between the include() and forward() methods?
What do you mean by web applications?
How do you configure a centralized error handler in servlets?
What is the procedure for initializing a servlet?