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 |
How can we refresh automatically when new data is entered into the database?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
How we can call a jsp from the servlet?
What is connection pooling?
What are the uses of servlets?
What are cookies and how will you use them?
What is the difference between doGet and doPost?
What do you mean by the servlet chaining?
How do I use cookies to store session state on the client?
What are the functions of the servlet container?
Explain how to improve Servlet Performance?
How can the session in servlet be destroyed?