Q. Which of the following is a correct constructor for thread? (A) thread(runnable a, string str) (B) thread(int priority) (C) thread(runnable a, int priority) (D) thread(runnable a, threadgroup t) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) thread(runnable a, string str)