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 Cookies work in Servlets?
What do you mean by cgi in servlet?
What is the importance of init() method in Servlet ?
What are the difference between RMI and Servlets?
Why do we use sendredirect() method?
Explain jsessionid and when is it created?
What is the use of welcome-file-list?
What is the use of java servlet api?
What are advantages of servlets over cgi?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
Write a simple servlet program to print the contents of html.
Explain the methods of request dispatcher in servlet?
How do you run a servlet?
What is servlet and its use?
Servlet is pure java object or not?