Question
Which of the following are true?
- A. Multithread is unique to Java.
- B. Multithread requires more than one CPU.
- C. Multithread requires that a computer have a single CPU.
- D. Multithread is supported by Java.
D.
Note
Multithread is not unique to Java and can be implemented on systems with one or more CPUs.
PreviousNextRelated