MCQs > IT & Programming > Java > Which correctly creates a thread using Runnable()?

Java MCQs

Which of the following correctly creates a thread using Runnable()?

Answer

Correct Answer: Runnable r = new Runnable(new Thread({ public void run(){ } })); r.run();

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Java Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More Java MCQ Questions

search

Java Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it