When a user starts an Application, memory and a whole host of resources are    allocated for the Application. The pysichal seperation of this memory and resources    is called a Process. An Application may launch more than 1 Process. Its important    to note that Applications and Processes are not the same thing at all. 
You should all know that you can view the running Processes/Application in    Windows using Task Manager. 
 
No comments:
Post a Comment