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
What is the difference between servlet and jsp?
What is servlet and its types?
Describe in brief RequestDespatcher?
What do you mean by a filter and how does it work?
What do you mean by servlet context?
What’s the difference between genericservlet and httpservlet?
What is servlet attributes and their scope?
What's the use of servletcontext?
Write a simple servlet program to print the contents of html.
What is cookie in servlet?
How to handle exceptions thrown by application with another servlet?
What are different methods of session management in servlets?
What is the need of servlet filters?
Which application server is best for java?
What are the types of servlet?