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 |
Difference between GET and POST?
Difference between java beans & servlets?
Is servlet a server side scripting language?
Is that servlet is pure java object or not?
what is the difference between doGet() and doPost()?
What is the capacity that doGet method can send to the server?
Describe some assignments that are executed by servlet container?
Describe in brief RequestDespatcher?
Explain the war file?
What is the process to implement doget and dopost methods?
What is servlet and its use?
What is a java servlet?