Which of the following statements regarding threads is false?

  • 2023-11-15 03:39:24
  • OS

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