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 are different types of SessionTracking?

2 Answers  


What are the types of an http request?

0 Answers  


What is forward() and include() of servlets RequestDispatcher interface?

6 Answers   HCL,


What is cookie? Why is cookie used?

0 Answers  


Difference between httpservlet and generic servlets?

0 Answers  


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

0 Answers  


How do we go with database connection and log4j integration in servlet?

0 Answers  


What is ServletConfig object?

0 Answers  


What is the procedure of invoking different servlet in a different application?

0 Answers  


What is Server-Side Includes?

1 Answers   IBM, SAS,


What is servlet attributes and their scope?

0 Answers  


What are the benefits of using servlet over cgi?

0 Answers  


Categories