Answer Posted / a.srinivas rao
servlet is a web component used to deveop Web
Applications,they are dep;oyed on the server to process the
user requests.
or
servlet is a java program which runs on the server machine
to proess the user request and to give rsponse.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When a servlet accepts a call from a client, it receives two objects. What are they?
What is Client-Server Computing?
Explain Action Servlet?
Who is responsible to create the object of servlet?
What if you need to span your transaction across multiple servlet invocations?
Name the different ways of session tracking.
What are the phases of servlet life cycle?
What is servlet interface?
Is servlet a controller?
How do you create a cookie using servlet?
Explain servlet.
What are different ways for servlet authentication?
What is httpservlet and how it is different from genericservlet?
Which protocol will be used by browser and servlet to communicate
What are the benefits of using servlet over cgi?