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

Who is responsible for writing a constructor?

0 Answers  


How can you use a servlet to generate a plain text instead of html?

0 Answers  


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

0 Answers  


What is a servlet context object?

0 Answers  


List the Different types of servlet?

0 Answers  






How to find whether a parameter exists in the request object?

0 Answers  


i have class files in class folder. but i have no java files. but i want to modify the java files which are related to class files . how ?

5 Answers   TCS,


If we disable cookies in our web page, what will happen?

6 Answers   Zensar,


What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?

0 Answers  


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

1 Answers   Syntel,


where the generated jsp source file are stored?

7 Answers   HCL,


What do you mean by session tracking?

0 Answers  


Categories