What are the Internal servlets maintained by the web server?
Answer Posted / 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 View All Answers
What is servlet collaboration?
What is load-on-startup in servlet?
What are the uses of servlets?
What is the servlet?
What are important features of Servlet 3?
How the servlet is loaded?
How do I support both get and post from the same servlet?
What is the web server used for running the Servlets?
What do you mean by url pattern in servlet?
Differentiate between the get and post method
What do you mean by session tracking and also explain its techniques?
What is context in servlet?
What is a web application and what is it’s directory structure?
Why is http protocol called as a stateless protocol?
What is the need of session tracking in web application?