Answer Posted / tulasi vani
Servlets communicate with each other with the help of
RequestDispatcher objects.
RequestDispatcher rd=getServletConfig().getNamedDispatcher
(...);
... name used to identify a servlet i.e. name given in the
web.xml in the url-pattern
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
If a servlet is not properly initialized, what exception may be thrown?
What is the use of httpservletresponsewrapper?
how many jsp scripting elements are there and what are those?
What is servlet and how it works?
List some life cycle methods of a servlet.
How do you configure a centralized error handler in servlets?
Explain the steps involved in placing a servlet within a package?
What do you mean by the servlet chaining?
Why do you use session tracking in httpservlet?
What is the disadvantage of cookies?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
Can you send an authentication error from a servlet?
What’s the difference between genericservlet and httpservlet?
What are different ways for authentication of servlet?
How does java thread pool work?