what is meant by servlet to servlet communication?
Servlets running in the same communicate with eachother in
several ways.The reason to to go for inter servlet
communication are
1.Direct Servlet manipulation
2. servlet collobaration
3.Servlet reuse
Is This Answer Correct ? | 13 Yes | 5 No |
Is the init(ServletConfig sc) throws IOException or not?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..
What is Request Dispatcher?
How can the referrer and the target urls be used in servlet?
How do you invoke a servelt?
Can a jsp be called using a servlet?
what is the advantage of using Servlets over CGI programming?
What is the difference between JspWriter and PrintWriter
Can we override destroy method in servlet?
What is cgi?
Explain in detail about applet to servlet communication?