Can multithreading be implemented on a single processor system?
I recenetly read it somewhere that I can do multithreading on single processor system as well. Is it correct? and if yes then what is the difference between single processor and multiple processor systems? Yes you can do multithreading on a single processor system. In multi-processor system , multiple threads execute , simultaneously on different … Read more