在Java中,以下对于join方法描述正确的是
A.join()方法是用于线程同步
B.join()方法是用于线程休眠
C.join()方法是用于线程插队
D.join()方法是用于线程启动
正确答案是C