Answer Posted / janet
Servlets are modules that extend requests/response-oriented
servers,such as java enabled web servers.
For example, a servlet might be responsible for taking
data in an HTML order-entry form and applying the business
logic used to update a company's order data base.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Differentiate between the web server and application server?
What do you mean by scope object and what are its types?
Explain the architechure of a servlet?
What are the important functions of filters?
Which method is called when reference variable is passed in system.net?
How to find whether a parameter exists in the request object?
How is a servlet implemented in code?
Can we refresh servlet in client and server side automatically?
List some life cycle methods of a servlet.
Difference between httpservlet and generic servlets?
Explain servlet events?
How would you create deadlock on your servlet?
What is SingleThreadModel interface?
What is new in ServletRequest interface ? (Servlet 2.4)
What is Client-Server Computing?