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