摘要: package cn.gouzao.demo3; public class ThreadDemo extends Thread{ public void run(){ for(int i=0;i<50;i++){ System.out.println("run...."+i); } } } pac... 阅读全文
posted @ 2019-03-17 20:32 芯-觞 阅读(187) 评论(0) 推荐(0) 编辑
摘要: this 可以在构造方法之间进行调用 *this在构造方法之间调用 this() 阅读全文
posted @ 2019-03-17 20:08 芯-觞 阅读(170) 评论(0) 推荐(0) 编辑