Java高级架构师笔记

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/philsonzhao/article/details/84349665

线程

1.什么是线程
2.线程的基本操作
—runnable接口,thread类
—start(),run(),sleep(),yield(),wait(),setDaemon(),stop()(不推荐使用),suspend()(不推荐使用),resume()(不推荐使用)
—synchronized

猜你喜欢

转载自blog.csdn.net/philsonzhao/article/details/84349665
今日推荐