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’s the use of the servlet wrapper classes??
What is meant by cookies?
Explain web application directory arrangement?
What are different ways for authentication of servlet?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
Which exception is thrown if the servlet is not initialized properly?
What is the use of httpservletrequestwrapper?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What is the difference between jsp and servlet life cycle?
can i call init() method in destroy() method of servlset. ?
What is the difference between forward () and sendredirect () functions in servlet? Explain
Explain the architechure of a servlet?