

McqMate
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) |
View all MCQs in
Advanced JAVANo comments yet