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
When jsessionid is created?
What is servletconfig?
Servlet is pure java object or not?
Define declaration.
Name the packages that work with servlet?
What is a java servlet?
What are the different methods involved in the process of session management in servlets?
How to handle exceptions thrown by application with another servlet?
Explain the differences between jsp and servlet.
What is context in servlet?
Explain the servlet context.
Explain the features are in servlet 3?
What do you mean by chaining in servlet?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
Write a command to get actual path of a servlet to the server?