java中有几种创建线程的方式?

(1)继承Thread类

(2)实现Runnable接口

(3)实现Callable接口

(4)使用线程池创建线程(有多种方式)

posted @ 2020-05-19 21:34  秋_叶  阅读(132)  评论(0编辑  收藏  举报