Answer Posted / ravikiran.chd
cookies are the small server side components,which are used
to transfer small amount of client data
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is cookie in servlet?
What are the steps that are involved in using the httpservlet class?
What do you mean by default initialization in java servlet?
What are the phases of a servlet life cycle?
What is the difference between using getSession(true) and getSession(false) methods?
What's the use of servletcontext?
What is servlet looping or chaining?
What is the structure of the http response
What is servlet api used for conneting database?
Is that servlet is pure java object or not?
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
what is servlet chaining?
what is multiple server?
Why session tracking is needed?
How can a servlet be used to generate plain text instead of html?