What are the types of ServletEngines?
Answer / 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 |
How to read request headers from servlets?
What do you mean by the servlet chaining?
What is filter? Can filter be used as request or response?
How can we create deadlock situation in servlet?
What is meant by a servlet?
What is string tokenizer?
servlet life cycle?
What are the different ways we can maintain state between requests?
What is meant by servlet? What are the parameters of the service method?
Explain how does JSP handle run-time exceptions?
What do you mean by web applications? Explain web application directory arrangement?
What is servlet name in web xml?