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 Servlet API used for connecting database?
What are the drawbacks of cgi?
How printwriter is different from servletoutputstream?
What is meant by a web application
Difference between get and post in java servlets?
How the typical servlet code look like ?
Which java framework is most popular?
What is servlet mapping?
How do we go with database connection and log4j integration in servlet?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What is the
What’s the use of the servlet wrapper classes??
Difference between forward() method and sendredirect() method ?
What do you mean by request dispatcher in servlet? Also explain its methods.
How is a servlet implemented in code?