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
I got this question during an online interview.
I want to ask this question from Multithreading Basics topic in section Multithreading of Java