2017年4月21日
posted @ 2017-04-21 16:51
BGD160809209
阅读(61)
推荐(0)
2017年4月20日
摘要:
interface Pet{public String getName();public String getColor();public int getAge();}class Cat implements Pet{private String name;private String color;
阅读全文
posted @ 2017-04-20 23:09
BGD160809209
阅读(83)
推荐(0)
2017年4月14日
posted @ 2017-04-14 16:52
BGD160809209
阅读(91)
推荐(0)
2017年3月31日
摘要:
class Check { public boolean validate(String name,String password){ if (name.equals("limengxin")&&password.equals("asdf")){ return true; }else{ return false; ...
阅读全文
posted @ 2017-03-31 15:55
BGD160809209
阅读(68)
推荐(0)
2017年3月30日
摘要:
第一题:从字符串“耿丹计算机Java20170320”中提取日期。 package classwork; public class Demo01 { public static void main(String[] args) { // TODO Auto-generated method stub
阅读全文
posted @ 2017-03-30 19:43
BGD160809209
阅读(85)
推荐(0)
2017年3月24日
posted @ 2017-03-24 16:49
BGD160809209
阅读(91)
推荐(0)
2017年3月23日
摘要:
public class TvbDog { public static void main(String[] args) { Dog per=new Dog("陈狗","黄色","18个月","藏獒"); per.tell(); } }class Dog{ private String Name;
阅读全文
posted @ 2017-03-23 23:05
BGD160809209
阅读(86)
推荐(0)
2017年3月21日
posted @ 2017-03-21 21:28
BGD160809209
阅读(72)
推荐(0)
2017年3月17日
posted @ 2017-03-17 17:02
BGD160809209
阅读(63)
推荐(0)
2017年3月15日
posted @ 2017-03-15 11:03
BGD160809209
阅读(74)
推荐(0)