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 |
What is cookie? Why is cookie used?
What is the difference between forward () and sendredirect () functions in servlet? Explain
What are the types of an http request?
What are the uses of servlets?
What is the difference between Difference between doGet() and doPost()?
Describe in brief RequestDespatcher?
What is ServletContext() and what is its use?
9 Answers Prime Technology, TCS,
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
How do you track a user session in servlets?
Explain request dispatcher and its methods.
What is the advantage of Servlets when compared with other server side technologies?
How do you find out what client machine is making a request to your servlet