What are the Internal servlets maintained by the web server?
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 |
How to deal with multi-valued parameters in a servlet?
What are the kinds of http requests?
How we can create war file in servlet?
If a servlet is not properly initialized, what exception may be thrown?
What is servlet and its types?
How can we achieve transport layer security for our web application?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
Why are servlets used?
Difference between httpservlet and generic servlets?
What is a Session Id?
What is the servlet?
Explain the difference between servletconfig and servletcontext in servlet?