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 the features added in Servlet 2.5?

0 Answers  


What is the need of servlet filters?

0 Answers  


Why is a constructor needed in a servlet even if we use the init method?

0 Answers  


Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html

1 Answers  


how a user session can be tracked in servlets?

1 Answers  






What is servlet configuration?

0 Answers  


Define servlet mapping?

0 Answers  


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

0 Answers  


When jsessionid is created?

0 Answers  


How is a servlet implemented in code?

0 Answers  


What is connection pooling?

4 Answers   Wipro,


how do you maintain sessions in servlets?

5 Answers   AZTEC, L Cube,


Categories