Answer Posted / bikash khuntia
Servlets are supported in nearly all web servers, from
Apache to Zeus.
Some web servers support servlets right out of the box. We
call this type of server a Standalone Servlet Engine.
Other web servers require a third-party plug-in to support
servlets. We call the servlet-enabling plug-in an Add-on
Servlet Engine.
Finally, if you want to write your own server with servlet
support, you can use what's called an Embeddable Servlet
Engine.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Describe some assignments that are executed by servlet container?
How do you create a cookie using servlet?
What are the differences between the servletconfig interface and the servletcontext interface?
Why do we have servlet listeners?
When a servlet accepts a call from a client, it receives two objects. What are they?
What's the architecture of a servlet package?
Why the concept of single thread model interface is used?
What is servlet and its types?
How do you invoke a servelt?
What’s the use of the servlet wrapper classes??
What is the difference between sendredirect() and forward() in a servlet?
How forward () method is different from send redirect () method?
How the servlet is loaded?
How does tomcat servlet container work?
What are the advantages of cookies?