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
Why do we have servlet wrapper classes?
Explain url encoding?
What do you mean by session tracking and also explain its techniques?
How does java thread pool work?
Can we override destroy method in servlet?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
Explain is servlet mapping?
Why do we have servlet listeners?
What are all the ways for session tracking?
What is the use of servlet context?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
Is java servlet still used?
What is ServletContext object?
What mechanisms are used by a Servlet Container to maintain session information?
What is the major difference between servlet and applet?