Answer Posted / desika
DisAdvantages of Cookies:
1.Fundamental disadvantage is as per the definition it
cannot send the huge amount of data.
2.More amount of data will be transferred between the
browser and server.
3.In case of some browser softwares we have a option to
disable cookies,for example in case NetscapeCommunicator we
have a option to disable cookies,in such cases our
application fails.
| Is This Answer Correct ? | 57 Yes | 16 No |
Post New Answer View All Answers
What are session variable in servlets?
If some new data has entered the database, explain how can a servlet refresh automatically?
Why the container loads server at the application startup and how?
How will you pass values from HTML page to the servlet?
What do you mean by annotations in servlet?
What are the advantages of Servlet over CGI?
How can you run a servlet program?
Where do you define dispatcherservlet?
What is the difference between a generic servlet and http servlet?
Can you create a deadlock condition on a servlet?
Can a jsp be called using a servlet?
What is servletconfig?
Why servlet is used as controller ? Not JSP? I want complete explation?
How can we refresh automatically when new data is entered into the database?
What's the difference between authentication and authorization?