-
What is multithreaded programming?
-
- It’s a process in which many different process are able to access same information
- It’s a process in which a single process can access information from many sources
- It’s a process in which two different processes run simultaneously
- It’s a process in which two or more parts of same process run simultaneously
- None of these
Correct Option: D
Multithreaded programming a process in which two or more parts of the same process run simultaneously.