How do you pass the data from one servlet to another
servlet?
Answer Posted / trupti
Using Request Dispather
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What are the life cycle methods of a servlet?
Define context initialization parameters.
What is the use of servlet wrapper classes?
How can you run a servlet program?
What do you mean by httpservlet and how it is different from the genericservlet?
What are the differences between the servletconfig interface and the servletcontext interface?
What is the procedure for initializing a servlet?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
How is an application exception handling is done using a servlet?
What do you mean by filter in servlet?
What are the differences between servlet context vs servlet config?
What is servlet in tomcat?
Who is responsible to create the object of servlet?
How we can get ip address of client in servlet?
What is the difference between context parameter and context attribute?