Q73
Which of the following is a correct constructor for thread?
A.
Thread(Runnable a, String str)
AnswerB.
Thread(int priority)
C.
Thread(Runnable a, int priority)
D.
Thread(Runnable a, ThreadGroup t)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board