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 can we perform any action at the time of deploying the project?
How do you create a cookie using servlet?
How to notify an object in session when session is invalidated or timed-out?
Why session tracking is needed?
If a servlet is not properly initialized, what exception may be thrown?
Which are the different ways you can communicate between servlets?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
How the servlet is loaded?
What is servlet initializer?
What is servlet? Explain
What are the uses of servlet
What’s the use of the servlet wrapper classes??
What are the advantages of Servlet over CGI?
How do servlets work?
If servlet receives multiple requests, how many objects will it create?