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
What is the difference between Servlets and Applets?
What is a servlet?
What is cookies in servlet with example?
Can you explain in detail 'javax.servlet' package?
Explain the war file?
Explain get and post.
Why do we need a constructor in a servlet if we use the init method?
Explain the servlet filter.
Why is http protocol called as a stateless protocol?
Differentiate between the get and post method
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
What are different ways for servlet authentication?
What is the use of httpservletresponsewrapper?
What is the use of send redirect () method?
Is servlet a server side scripting language?