JAVA线程实现/创建方式。

答案解析

常见创建方式:继承Thread类、实现Runnable接口、实现Callable接口结合Future、使用线程池(Executor框架),推荐使用线程池管理线程。