Answer Posted / azannah
Based on the context ("Categories >> Software >> Java-
Related >> Java-J2EE >> Servlets"), "context switching"
occurs when a processor (or core in a multi-core processor)
stops executing one thread to start executing another.
Since a context switch is not a free process, too many
context switches/sec can reduce the overall ability of the
processor to do real work.
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
What do you mean by web applications?
Explain the difference between servletconfig and servletcontext in servlet?
What do you mean by session tracking?
What are the uses of servlets?
Can you call a jsp from the servlet?
Explain mvc pattern.
How can you run a servlet program?
How are filters?
Define servlet mapping?
How do servlets work?
Can we override servlet service method?
What is a servlet-to-servlet communcation?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
How do you find out what client machine is making a request to your servlet
How do I support both get and post from the same servlet?