What is the process for chaining servlet?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Servlets Interview Questions

How can we upload the file to the server using servlet?

0 Answers  


What exception should be thrown when servlet is not properly initialized?

0 Answers  


Can you create a deadlock condition on a servlet?

0 Answers  


How servlet is created?

0 Answers  


How to pass JavaBeans data to JSP using Servlets?

2 Answers  






Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?

0 Answers  


What is the inter-servlet communication?

0 Answers  


How can an existing session be invalidated?

0 Answers  


i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do

2 Answers   Caritor, Globerian,


What is meant by cookies?

0 Answers  


What is servlet api used for conneting database?

0 Answers  


What are the different mode that servlets can be used?

0 Answers  


Categories