ExamTiger : Simplified Guide for competitive exams and interviews
Aptitude Tests, Mental Ability, Objective MCQ Sets, Questions and Answers, PDF, Shortcut Tips

Java : Programming Concept Questions & Answers



Question : Which of the following are not the methods of the Thread class?


A.
yield()
B.
sleep(long msec)
C.
go()
D.
stop()

Answer / Explanation

Correct Answer is : Option C.


More Questions on Java Programming