How threads are implemented in servlets?

Answers were Sorted based on User's Feedback



How threads are implemented in servlets?..

Answer / ravikiran(aptech mumbai)

During servicing any request the container will create a
thread or will get a thread from a thread pool.

Is This Answer Correct ?    3 Yes 1 No

How threads are implemented in servlets?..

Answer / niranjanravi

internally the threads are implemented in servlets

Is This Answer Correct ?    2 Yes 2 No

How threads are implemented in servlets?..

Answer / prashant rajput

Web Container will create a Thread for each request!

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Servlets Interview Questions

What is difference between jsp and servlet?

0 Answers  


what is SSL?

3 Answers  


can i override service method

3 Answers   Intelligroup,


List out the difference between ServletConfig and ServletContext?

0 Answers  


What are the different ways we can maintain state between requests?

0 Answers  






What is a servlet engine?

0 Answers  


What are the different session tracking techniques?

0 Answers  


How can the session in servlet be destroyed?

0 Answers  


How can we refresh automatically when new data has entered the database?

0 Answers  


What mechanisms are used by a Servlet Container to maintain session information?

0 Answers  


Can you create a deadlock condition on a servlet?

0 Answers  


How httpservlet is different from the genericservlet?

0 Answers  


Categories