what is servlet and what you get when we use servlets?
Answer Posted / sheetal
Servlets are modules that extend request/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 database. Servlets are to servers
what applets are to browsers. Unlike applets, however,
servlets have no graphical user interface.
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
How are filters?
Explain session tracking and its importance?
What is SingleThreadModel interface?
How will two or three servlets interact or communicate with each other?
What is life cycle of Servlet?
What is the inter-servlet communication?
Explain the difference between generic servlet and http servlet?
Which application server is best for java?
How can we include static files in the jsp page?
What is difference between server and servlet?
What do you mean by request dispatcher in servlet? Also explain its methods.
What is servlet lazy loading?
What is the difference between a generic servlet and http servlet?
What do you mean by mime type?
What is session?