Which Of The Following Is A Correct Constructor For Thread #912
Which of the following is a correct constructor for thread?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Multithreading - Java Multithreading - Quiz No.1.
Which of the following is a correct constructor for thread?
Thread(Runnable a, String str)
Thread(int priority)
Thread(Runnable a, int priority)
Thread(Runnable a, ThreadGroup t)