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 servlet and its types?
What is difference between get and post method?
Describe some assignments that are executed by servlet container?
Is it possible to have a constructor inside the servlet?
What is the purpose of inter-servlet communication?
What is the purpose of dispatcherservlet properties?
i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do
What is the use of attribute in servlets?
How to rectify errors in java servlet while compilation?
Explain the difference between get and post method in servlet?
can u give some realtime example in ploymorphism? and inheritance?
What’s the use of the servlet wrapper classes??