How do you pass the data from one servlet to another
servlet?
Answer Posted / unknown
just go and google it.
| Is This Answer Correct ? | 5 Yes | 25 No |
Post New Answer View All Answers
What are the two important api's in for servlets?
Describe in brief RequestDespatcher?
What is the difference between portlet and servlet?
What exception should be thrown when servlet is not properly initialized?
What do you mean by servlet context?
How do you find out what client machine is making a request to your servlet
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
If servlet receives multiple requests, how many objects will it create?
What's the architecture of a servlet package?
How servlet is created?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
Why is httpservlet declared abstract?
What is dispatcher servlet?
What are the different ways we can maintain state between requests?
What's the difference between servlets and applets?