Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is context switching?

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


Please Help Members By Posting Answers For Below Questions

Is servlet a server side scripting language?

1194


How the JSP file will be executed on the Server side?

1202


What do you mean by deployment descriptor?

1135


Explain in brief the directory structure of a web application?

1161


What is the difference between using getSession(true) and getSession(false) methods?

1108


What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?

1119


Can we use the constructor, instead of init(), to initialize servlet?

1154


What is the need of servlet filters?

1068


How native code can be used in a servlet?

4123


Explain jsessionid?

1088


Why do you use session tracking in httpservlet?

1200


What is meant by session? Tell me something about httpsession class?

1088


Why do we use sendredirect() method?

1024


How do we share data using 'getservletcontext ()?

1102


What is webservlet?

1044