MCQs > IT & Programming > Java >

Which is the correct way to create a daemon/background thread in Java?

Java MCQs

Which is the correct way to create a daemon/background thread in Java?

Answer

Correct Answer: Thread t = new Thread(); t.setDaemon(true); t.start();

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

search

Java Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it