What are the Internal servlets maintained by the web server?



What are the Internal servlets maintained by the web server?..

Answer / 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

More Servlets Interview Questions

How do you invoke a servelt?

0 Answers  


what is OOAS

2 Answers   iGate,


What do you mean by httpservlet?

0 Answers  


can we override service method in my servlet class..?? if yes or no why ??

7 Answers   IBM,


What is the purpose of requestdispatcher interface?

0 Answers  






What is cgi?

0 Answers  


how to pass parameter from servlet to html form

4 Answers  


Which interface must be implemented by all servlets?

0 Answers  


I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>

0 Answers   ProKarma,


What's the servlet interface?

0 Answers  


hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code

0 Answers   CTS,


Explain web container.

0 Answers  


Categories