0 votes
in Python Flask by

Multiple threads running on the same CPU core is ______.

  1. Parallelism
  2. Concurrency
  3. Multiprocessing
  4. Asynchronous

1 Answer

0 votes
by

    Multiple threads running on the same CPU core is ______.

    Answer: 2)Concurrency

    ...