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 servlet events?
What is the role of the webserver?
How does java thread pool work?
Can you send the mail from a servlet ,if yes tell how?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
Is JSP Thread Safe ???? How To make JSP thrad safe ?????
List out the difference between ServletConfig and ServletContext?
Who is responsible for writing a constructor?
What are setSecure() and getSecure() methods in Cookies?
how can we create object to a class in a jsp file?
5 Answers Accenture, L&T, TCS,
How can you use a servlet to generate a plain text instead of html?
Why are servlets used?