Which of the following statements regarding threads is false?

分类: OS 发布时间: 2023-11-15 03:39 浏览量: 0

Which of the following statements regarding threads is false?

A.Sharing is automatically provided in Java threads.

B.Both Pthreads and Win32 threads share global data.

C.The start() method actually creates a thread in the Java virtual machine.

D.The Java method join() provides similar functionality as the WaitForSingleObject in Win32.

正确答案是A