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 is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What is the difference between servlet config and servlet context.
19 Answers TCS, Tech Mahindra, Vertex,
How two servlets communicate with each other?
What is difference between Forward() and sendRedirect() methode?
What is the use of attribute in servlets?
Can you explain in detail 'javax.servlet' package?
Why session tracking is needed?
Should I override the service() method?
What is session?
Explain the difference between servlet and cgi?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
How to commuincate between an applet and a servlet?