Page 1 of 1

Which of the following is a correct constructor for thread?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) Thread(Runnable a, String str)
b) Thread(int priority)
c) Thread(Runnable a, int priority)
d) Thread(Runnable a, ThreadGroup t)