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 sourcesI got this question during an online interview.I want to ask this question from Multithreading Basics topic in section Multithreading of Java |
|
Answer» Right choice is (b) It’s a process in which TWO or more parts of same process run simultaneously |
|