1.

An interface that is implemented while using threads.(a) java.lang.Run(b) java.lang.Runnable(c) java.lang.Thread(d) java.lang.ThreadsThis question was addressed to me in homework.Asked question is from Multithreading topic in section Operating Systems of Computer Fundamentals

Answer»

Correct ANSWER is (B) java.lang.Runnable

Easy EXPLANATION: java.lang.Runnable is correct. Any THREAD CLASS implements runnable.



Discussion

No Comment Found

Related InterviewSolutions