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
How many objects of a servlet is created?
What is servlet invoker?
Explain the working of service() method of a servlet.
What do you mean by default initialization in java servlet?
What is the difference between portlet and servlet?
What is httpservlet and how it is different from genericservlet?
What is a web application and what is it’s directory structure?
What is the purpose of requestdispatcher interface?
What if you need to span your transaction across multiple servlet invocations?
What is the difference between jsp and servlet life cycle?
What do you mean by servlet?
Which event is fired at the time of session creation and destroy?
What do you mean by mime type?
What is the use of java servlet api?
What is the workflow of a servlet?