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 Servlets and explain the advantages of Servlet life cycle?
What is a cookie What is the difference between session and cookie
What do you mean by annotations in servlet?
What are the different methods involved in generic servlet?
What are Servlets?
What is the servletconfig object?
How can we perform any action at the time of deploying the project?
What if you need to span your transaction across multiple servlet invocations?
What is pure servlet?
When servlet object is created?
Given the request path below, which are context path, servlet path and path info?
What is the difference between Server and Container?
Explain the jar and war files in servlet?
What is the GenericServlet class?
How is the get () method different from the post() method?