What are the types of ServletEngines?



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

Post New Answer

More Servlets Interview Questions

What’s the difference between genericservlet and httpservlet?

0 Answers  


Explain servlet life cycle?

0 Answers  


What is the life cycle of a servlet?

1 Answers  


How do you define a servlet?

0 Answers  


What is servlet and its advantages?

0 Answers  






Which http method is said to be non-idempotent and idempotent?

0 Answers  


What are some disadvantages of storing session state in cookies?

0 Answers  


why are using HttpServlet in realtime projects and why are not using Genericservlet

2 Answers  


How session tracking can be achieved, if your browser doesn't support cookies (or) if cookies are disabled?

2 Answers  


How do you find out what client machine is making a request to your servlet

0 Answers  


How we can get ip address of client in servlet?

0 Answers  


Can you send the mail from a servlet ,if yes tell how?

2 Answers  


Categories