What is the technical difference between a process and a thread?
I get the feeling a word like \'process\' is overused and there are also hardware and software threa
Process:
Example:
Say, opening any browser (mozilla, Chrome, IE). At this point new process will start to execute.
Threads:
Example:
Opening multiple tabs in the browser.