Multithreaded programming is parallel, but parallel programming is not necessarily multithreaded.
Unless the multithreading occurs on a single core, in which case it is only concurrent.
Multithreaded programming is parallel, but parallel programming is not necessarily multithreaded.
Unless the multithreading occurs on a single core, in which case it is only concurrent.