InterviewSolution
Saved Bookmarks
| 1. |
What is multithreaded programming?(a) It’s a process in which two different processes run simultaneously(b) It’s a process in which two or more parts of same process run simultaneously(c) It’s a process in which many different process are able to access same information(d) It’s a process in which a single process can access information from many sources |
|
Answer» The correct option is (b) It’s a process in which two or more parts of same process run simultaneously Explanation: Multithreaded programming a process in which two or more parts of same process run simultaneously. |
|