How multiple simultaneous requests can be handled by
servlets?
Answers were Sorted based on User's Feedback
Answer / sudheer
For every request servlet container will create a new
thread and service method is called
| Is This Answer Correct ? | 8 Yes | 0 No |
which type of data passing is used in realtime?
What are the steps involved in placing a servlet within a package?
Why don't we write a constructor in a servlet?
What are the methods in HttpServlet?
List the Different types of servlet?
What is MIME Type?
How multiple simultaneous requests can be handled by servlets?
What is the difference in between the httpservlet and generic servlet?
what do you understand by url rewriting?
What is getservletcontext?
explain the advantages of servlet life cycle?
Can a servlet be called by passing its name as a parameter in the URL?