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 is cookies in servlet with example?
Why do we need a constructor in a servlet if we use the init method?
Explain the war file?
Why is http protocol called as a stateless protocol?
What is meant by cookies?
What is the advantage of Servlets when compared with other server side technologies?
Why servlet is faster than jsp?
How do you invoke a servelt?
Why is servlet used?
Explain how to improve Servlet Performance?
What are different ways for authentication of servlet?
When a servlet accepts a call from a client, it receives two objects. What are they?
Explain the difference between a web server and a web container?
What are the different methods involved in the process of session management in servlets?
Whether we can get deadlock situation in servlets?