We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
作者所使用的这张图中有一处小细节有误, 这里原图的作者出了一点小纰漏,join是Thread类下的方法,但这里写成了Object,应改为Thread.join(),建议作者在配图后指出,以免误导读者。
join
Thread
Object
Thread.join()
感谢作者大大的面试笔记,我真的受益良多!!
The text was updated successfully, but these errors were encountered:
作者所使用的这张图中有一处小细节有误, 这里原图的作者出了一点小纰漏,join是Thread类下的方法,但这里写成了Object,应改为Thread.join(),建议作者在配图后指出,以免误导读者。 感谢作者大大的面试笔记,我真的受益良多!!
感谢你!
Sorry, something went wrong.
作者您好,我给这个ISSUE补充了一个图,需要的话可以用上
订正(来自issue736):原图中 wait 到 runnable 状态的转换中,join实际上是Thread类的方法,但这里写成了Object。
这里应该是:runnable 到 wait 状态的转换中,join实际上是Thread类的方法,但这里写成了Object。而不是 wait 到 runnable
No branches or pull requests
作者所使用的这张图中有一处小细节有误,
这里原图的作者出了一点小纰漏,
join
是Thread
类下的方法,但这里写成了Object
,应改为Thread.join()
,建议作者在配图后指出,以免误导读者。感谢作者大大的面试笔记,我真的受益良多!!
The text was updated successfully, but these errors were encountered: