1.

Multithreading is a mechanism for splitting up a program into several parallel activities called _________(a) Methods(b) Objects(c) Classes(d) ThreadsI got this question in class test.I'd like to ask this question from Multithreading topic in portion Going Parallel, Handling Actuator and Sensor of IOT

Answer»

Right answer is (c) Classes

Explanation: MULTITHREADING is a mechanism for splitting up a PROGRAM into several parallel activities called threads. Multithreading MAKES it possible for TWO or more activities to execute in parallel on a single PROCESSOR.



Discussion

No Comment Found

Related InterviewSolutions