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 |
Describe the phases of servlet lifecycle?
what is the difference b/w DispatchAction and LookUpDispatchAction?
1 Answers Deloitte, iGate, Tech Mahindra,
What are the two important api's in for servlets?
How can you maintain servlet chaining?
HTTP tunneling means what?
How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?
What are the servlet events?
Can you send the mail from a servlet ,if yes tell how?
how to use servlets with j2ee ?
Difference between Include, Forward and sendRedirect in Servlet?
Which protocol will be used by browser and servlet to communicate
How do you configure a centralized error handler in servlets?