爪哇 Java基础 2021-08-26 多线程有几种实现方法,都是什么同步有几种实现方法,都是什么 答:多线程有两种实现方法,分别是继承 Thread 类与实现 Runnable 接口 ,同步的实现方面有两种,分别是 synchronized,wait 与 notify。