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

How forward () method is different from send redirect () method?

0 Answers  


Write a command to get actual path of a servlet to the server?

0 Answers  


java.lang.IllegalArgumentException: The path of an ForwardConfig cannot be null while working with struts it displayed pls very ungent

3 Answers   IBM,


What is called servlet container?

0 Answers  


difference between forward and sendredirect

6 Answers   Accenture,






Explain life cycle of a Servlet?

2 Answers  


Which method of the httpservletrequest object is used?

0 Answers  


Why doesn’t a servlet include main()?

0 Answers  


Why are http servlets used in programming?

0 Answers  


Should I override the service() method?

0 Answers  


Which event is fired at the time of setting, getting or removing attribute from application scope?

0 Answers  


What’s the use of the servlet wrapper classes??

0 Answers  


Categories