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?


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

Post New Answer

More Servlets Interview Questions

A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?

0 Answers  


What is the difference between doGet and doPost?

9 Answers   iGate,


What is the difference between encodeRedirectUrl and encodeURL?

0 Answers  


What are its drawbacks of cgi?

0 Answers  


What do you mean by web applications? Explain web application directory arrangement?

0 Answers  






What is the inter-servlet communication?

0 Answers  


Can you use javascript in servlets?

0 Answers  


Who is responsible to create the object of servlet?

0 Answers  


How can I share objects across different sessions?

2 Answers   Accenture,


How printwriter is different from servletoutputstream?

0 Answers  


Hi Friends, Suppose you have a web appliction which consists of 100 clients are connected with Connection pooling and they are associated with 100 connection objcet and connected with DB sever,Due some problem DB-Server suddenly crashed and server came to down state for a while after few minutes DB-server once again up,Now how will I manage my Pool Management with my 100 clients...can any one tell me??????????????????

3 Answers   ProgressSoft,


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

0 Answers  


Categories