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 |
Explain the steps involved in placing a servlet within a package?
What is a web container and what is its responsibility?
how many jsp scripting elements are there and what are those?
How to upload a file to the server using servlet?
How can you use a servlet to generate a plain text instead of html?
What is the difference between jsp and servlet life cycle?
What is use of parseQueryString ?
What is preinitialization of a servlet?
How do you run a servlet?
What are the phases of a servlet life cycle?
What is the purpose of inter-servlet communication?
What is the difference between forward () and sendredirect () functions in servlet? Explain