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 |
Explain the steps involved in placing a servlet within a package?
How many ways to remove the session object in the container
Difference between get and post in java servlets?
What are all the protocols supported by httpservlet?
Whats the advantages using servlets over using CGI?
What do you mean by interservlet communication?
Which method the Servlet container call to create the instance of the servlet?
16 Answers emc2, JK Technosoft,
How servlets can be automatically reloaded?
Does servlet have main method?
How are Sessions are more advantage than using of Cookies or URLReWriting?
what is meant by Transaction Isolation Levels?
Explain request dispatcher and its methods.