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 invoker?
What are session variable in servlets?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
Explain web application directory arrangement?
What is servlet lazy loading?
How do we share data using 'getservletcontext ()?
How the servlet is loaded?
Define declaration.
What is servlet container. how it works?
Is tomcat a servlet container?
How can you run a servlet program?
Difference between GET and POST?
Describe in brief RequestDespatcher?
Write a program to show the functionality of servlets.
How we can create war file in servlet?