What is the process for chaining servlet?
No Answer is Posted For this Question
Be the First to Post Answer
How can we upload the file to the server using servlet?
What exception should be thrown when servlet is not properly initialized?
Can you create a deadlock condition on a servlet?
How servlet is created?
How to pass JavaBeans data to JSP using Servlets?
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?
What is the inter-servlet communication?
How can an existing session be invalidated?
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
What is meant by cookies?
What is servlet api used for conneting database?
What are the different mode that servlets can be used?