Answer Posted / chaudhary
Session data is stored in cookoies if cookies are enabled on client browser. If cookies are disabled then it can make available frm session objects.
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
What are the key methods that are involved in processing of http servlets?
What is servlet and how it works?
What do you mean by httpservlet and how it is different from the genericservlet?
How can we invoke another servlet in a different application?
Why is init() method is used in servlets?
What are the functions of the servlet container?
Explain how to improve Servlet Performance?
Should I override the service() method?
how the HTML data stored in web server?
Is servlet a controller?
Why jsp is better than servlet?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
Write a command to get actual path of a servlet to the server?
What are the difference between RMI and Servlets?
What do you mean by cgi?