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
Differentiate between the get and post method
Why do you use session tracking in httpservlet?
How do you define a servlet?
How many servlet objects are created?
Why do we need a constructor in a servlet if we use the init method?
When to use doget() and when dopost()?
What is servlet interface?
List out the difference between ServletConfig and ServletContext?
Define context initialization parameters.
What is the purpose of requestdispatcher interface?
Can we refresh servlet in client and server side automatically?
Difference between doget and dopost?
What is the difference between a generic servlet and http servlet?
What is the use of servlet context?
Explain the difference between servlet and cgi?