JSP Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 197 Page Views: 

 What are the different types of ServletEngines?



Posted By: Avi Date: 5 November 2010 08:24:58 PM
 Answer:

1: Standalone ServletEngine is a server that includes built-in support for servlets. 2: Add-on ServletEngine is a plug-in to an existing server and adds servlet support to a server that was not originally designed with servlets in mind.


Posted By: avibtech


Date: 5 November 2010 08:24:58 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image fAKFJW
Related Questions
JSP : What is the difference between an applet and a servlet?

What is the difference between an applet and a servlet?

Applets run inside web browsers and must have graphical user interfaces. Servlets run inside a web s....
Category: JSP Date: 11/7/2010 10:56:58 PM
JSP : What is the Servlet Interface?

What is the Servlet Interface?

It is the central abstraction in the Servlet API that All servlets implement it, and that is directl....
Category: JSP Date: 11/7/2010 10:23:56 PM
JSP : How can static files be included within a JSP page?

How can static files be included within a JSP page?

Static resources can be included using the JSP include directive and that is just once during the tr....
Category: JSP Date: 11/7/2010 9:50:56 PM
JSP : How will you pass information from JSP to included JSP?

How will you pass information from JSP to included JSP?

By using <%jsp:param> tag.
Category: JSP Date: 11/7/2010 5:07:57 PM
JSP : What is a Scriptlet?

What is a Scriptlet?

A scriptlet is a tag that can contain any java code that are valid inside a normal java method as li....
Category: JSP Date: 11/7/2010 1:07:56 PM