How threads are implemented in servlets?
Answers were Sorted based on User's Feedback
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 |
internally the threads are implemented in servlets
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / prashant rajput
Web Container will create a Thread for each request!
Is This Answer Correct ? | 0 Yes | 2 No |
What are different types of SessionTracking?
What are the types of an http request?
What is forward() and include() of servlets RequestDispatcher interface?
What is cookie? Why is cookie used?
Difference between httpservlet and generic servlets?
How can we refresh automatically when new data has entered the database?
How do we go with database connection and log4j integration in servlet?
What is ServletConfig object?
What is the procedure of invoking different servlet in a different application?
What is Server-Side Includes?
What is servlet attributes and their scope?
What are the benefits of using servlet over cgi?