OOPS
August 25, 2024
OOPS
August 25, 2024
OOPS
August 25, 2024
OOPS
August 25, 2024

OOPS

Question 139
Which two are valid constructors for Thread?
1. Thread(Runnable r, String name)
2. Thread()
3. Thread(int priority)
4.Thread(Runnable r, ThreadGroup g)
5.Thread(Runnable r, int priority)
A
1 and 3
B
2 and 4
C
1 and 2
D
2 and 5
Question 139 Explanation: 
(1) and (2) are both valid constructors for Thread.
(3), (4), and (5) are not legal Thread constructors
Correct Answer: C
Question 139 Explanation: 
(1) and (2) are both valid constructors for Thread.
(3), (4), and (5) are not legal Thread constructors
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!