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 |
what are the different services provided by the web server?
When a servlet accepts a call from a client, it receives two objects. What are they?
how to use servlets with j2ee ?
Explain the lifecycle of a servlet?
What is servlet mapping?
What do you mean by request dispatcher in servlet?
Explain the working of service() method of a servlet.
What happens, if server sends a cookie to a browser that doesn't supports cookies?
What is the type of method for sending request from http server?
What do you understand by mime type?
How do you create a cookie using servlet?
What is the use of request dispatcher interface?