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 |
What are the difference between RMI and Servlets?
Write a program to show the functionality of doget and dopost method?
Does servlet have main method?
What are the common methods that are included in the http servlet class?
Explain the role of dispatcherservlet and contextloaderlistener.
What are the different methods involved in generic servlet?
List some life cycle methods of a servlet.
what is the difference between ServletContext and ServletConfig
What is difference between cookies and httpsession?
What is the difference between context parameter and context attribute?
How to prevent browser from caching the page content?
How do cookies work in servlets?