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 |
Explain the steps involved in placing a servlet within a package?
What is difference between get and post method?
without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this
Why is a constructor needed in a servlet even if we use the init method?
request parameter how to find whether a parameter exists in the request object?
What is the difference between portlet and servlet?
What is httpservlet and how it is different from genericservlet?
What is filter? Can filter be used as request or response?
java.lang.IllegalArgumentException: The path of an ForwardConfig cannot be null while working with struts it displayed pls very ungent
where the session data will stored?
How does java thread pool work?
What is difference between cookies and httpsession?