Java多线程 常用方法2

package method;

public class ThreadMethod02 {
public static void main(String[] args) {

T2 t2 = new T2();
t2.start();

for (int i = 0; i < 20; i++) { try { Thread.sleep(1000); } catch (InterruptedException e) { e.printStackTrace(); } System.out.println("光之巨人来喽" + i+ "次"); if(i == 5){

Java多线程 常用方法2最先出现在Python成神之路

版权声明:
作者:lichengxin
链接:https://www.techfm.club/p/17371.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>