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)
Answer» A. thread(runnable a, string str)
1.3k
0
Do you find this helpful?
12

View all MCQs in

Advanced JAVA

Discussion

No comments yet