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
Define the servlet mapping.
What is Client-Server Computing?
How to read request headers from servlets?
What is MIME Type?
Define servlet mapping?
What are the jobs performed by servlets?
Is servlet synchronized?
What is meant by cookies?
What is the disadvantage of cookies?
What is war file?
What is the difference between genericservlet and httpservlet
Explain web container.
How to make sure a servlet is loaded at the application startup?
What is the use of servletconfig interface?
How can the session in servlet can be destroyed?