Answer Posted / satendra
Context switching is actually light weight thread context
switches which servlet used to do in multithreading
environment to improve its performance.
servlets do not require creation of a new process for each
request. In most environments, many servlets run in parallel
within the same process as the server.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
How does tomcat servlet container work?
How servlet is created?
What are the differences between servlet context vs servlet config?
What is called Session Tracking?
When Servlet is unloaded?
How we can get ip address of client in servlet?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
How a servlet is unloaded?
Explain servlet life cycle?
What is the need of session tracking in web application?
What are the types of servlets? Explain
How would you create deadlock on your servlet?
What are the jobs performed by servlets?
What is the difference between Difference between doGet() and doPost()?
What is URL Encoding?