码迷,mamicode.com
首页 > 编程语言 > 详细

浅谈多线程

时间:2017-09-02 23:25:38      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:优秀   div   inline   tab   app   white   string   style   play   

什么是线程?

如何才能写出最优秀的代码?

我是谁? 

 

 

public class Student {
private String name;
private int age;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public int getAge() {
return age;
}
public void setAge(int age) {
this.age = age;
}
}

 

浅谈多线程

标签:优秀   div   inline   tab   app   white   string   style   play   

原文地址:http://www.cnblogs.com/songtuo/p/7468117.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!