How do you pass the data from one servlet to another
servlet?
Answer Posted / tushar
these above solution transfer the content from servlet1 to servlet2, but what if we want to do some other processing after it.
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
What are the two important api's in for servlets?
What is the use of welcome-file-list?
Explain the difference between generic servlet and http servlet?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What do you mean by request dispatcher in servlet? Also explain its methods.
What is httpservlet and how it is different from genericservlet?
What is servlet name in web xml?
What are different ways for servlet authentication?
Can we use threads in Servlets?
How do you invoke a servelt?
What is the capacity the doget can send to the server?
What is the inter-servlet communication?
What is servlet instance?
What is the difference between forward () and sendredirect () functions in servlet? Explain
Explain session tracking and its importance?