What are the Internal servlets maintained by the web server?
Answer Posted / 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 View All Answers
What is a servlet context object?
Explain the role of dispatcherservlet and contextloaderlistener.
What are Servlets?
Elucidate servlet attributes and its scope?
How do you create a cookie using servlet?
What are the life cycle methods of the servlet?
What is servlet collaboration?
What is the need of servlet filters?
What are the differences between servlet context vs servlet config?
What is the difference between the include() and forward() methods?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What is string tokenizer?
What is the default http method in the servlet?
How can we refresh automatically when new data has entered the database?
How do you configure a centralized error handler in servlets?