单选题:Which statement below is NOT correct?
Which statement below is NOT correct? @[C](2)
A. A thread is an instance of Thread class.
B. A thread runs the run() method of the Runnable object.
C. A new born thread can run immediately when start() is called.
D. Thread can access data of the Runnable object.
A.A thread is an instance of Thread class.
B.A thread runs the run() method of the Runnable object.
C.A new born thread can run immediately when start() is called.
D.Thread can access data of the Runnable object.
答案:C
A. A thread is an instance of Thread class.
B. A thread runs the run() method of the Runnable object.
C. A new born thread can run immediately when start() is called.
D. Thread can access data of the Runnable object.
A.A thread is an instance of Thread class.
B.A thread runs the run() method of the Runnable object.
C.A new born thread can run immediately when start() is called.
D.Thread can access data of the Runnable object.
答案:C