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
Explain jsessionid and when is it created?
why we should override only no-agrs init() method.
Why servlet is used as controller ? Not JSP? I want complete explation?
Is servlet a server side scripting language?
Differentiate between the print writer and servlet output stream?
How can we refresh automatically when new data has entered the database?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What is servlet collaboration?
What are all the advantages of servlet over cgi?
Name the different ways of session tracking.
What do you mean by scope object and what are its types?
What is the
Which event is fired at the time of session creation and destroy?
What is servlet? Explain
What is cookie? Why is cookie used?