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 |
Can a servlet be called by passing its name as a parameter in the URL?
what is EJB and Java servlet
When we don't write any constructor for the servlet, how does container create an instance of servlet?
What is difference between cookies and httpsession?
What is the dispatcher servlet?
Name the packages that work with servlet?
what is the difference between Servlet and JSP?Advantage of JSP over Servelt?Any concept present in JSP which we cant implement in Servlet?
31 Answers ABC, Apere, AZTEC, CTS, CybAge, iFlex, Impact Systems, Sara, TCS,
What do you mean by session tracking and also explain its techniques?
we cant Override Jsp Service method?Why?
4 Answers Infrasoft, Mind Tree,
what is the control flow in servlet when we send a request?
What is pure servlet?
difference between request.getSession(false) or request.getSession() and request.getSession(true)