What are the Internal servlets maintained by the web server?



What are the Internal servlets maintained by the web server?..

Answer / suchitra

internal servlets are built-in servlet that you can add to
your Web module to enable optional functions for that Web
module.
///////////SUCHITRA KUMAR SUKLA\\\\\\\\\
Here are the available internal servlets:

com.ibm.ws.webcontainer.servlet.InvokerServlet
Invokes a servlet by class name. Add this servlet to a Web
module with the WebSphere Development Studio for iSeries
tools. For more information on how to add a servlet to your
web module, see the WebSphere Development Studio Client
Help.

Is This Answer Correct ?    11 Yes 1 No

Post New Answer

More Servlets Interview Questions

What is servlet used for?

0 Answers  


What are session variable in servlets?

0 Answers  


What is the directory structure of web application?

0 Answers  


What is the difference between JspWriter and PrintWriter

4 Answers   Artech,


how can you give alias to servlets?

1 Answers  






What is meant by servlet? What are the parameters of the service method?

0 Answers  


What is the difference between a generic servlet and http servlet?

0 Answers  


Write a hello world program using servlets.

0 Answers  


How do we share data using 'getservletcontext ()?

0 Answers  


What are the new features added to servlet 2.5?

0 Answers  


How many ways are available to ger RequestDispatcher object?

4 Answers   Polaris,


What are the objects involved when a servlet receives a call from client?

0 Answers  


Categories