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 type of protocols used in httpservlet?
What is the directory structure of web application?
Which event is fired at the time of project deployment and undeployment?
If a servlet is not properly initialized, what exception may be thrown?
What is the disadvantage of cookies?
Explain servlet events?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
Why jsp is better than servlet?
What is url encoding and url decoding
How to get the server information in a servlet?
What is a web container and what is its responsibility?
Explain the jar and war files in servlet?
What are the mechanisms used by a servlet container for maintaining session information?
What is URL Encoding?
How to get the actual path of servlet in server?