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 |
Name the packages that work with servlet?
What are life cycle methods of a servlet?
Are Servlets by default thread safe or not? thanks in advance regards Sudhakar
Why do we use sendredirect() method?
Why jsp is better than servlet?
Why servlet is faster than jsp?
What is meant by session? Tell me something about httpsession class?
What if you need to span your transaction across multiple servlet invocations?
What are the exceptions thrown by servlets? Why?
How can an existing session be invalidated?
What is the need of session tracking in HttpServlet ?
What is a servlet-to-servlet communcation?