文件名称:day14_System
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2016-12-13
- 文件大小:
- 9kb
- 下载次数:
- 0次
- 提 供 者:
- 谭
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
System类代表系统,系统级的很多属性和控制方法都放置在该类的内部。该类位java.lang包。由于该类的构造方法是private的,所以无法创建该类的对象,也就是无法实例化该类。其内部的成员变量和成员方法都是static的,所以也可以很方便的进行调用。
-System class on behalf of the system, many of the system-level attributes and control methods are placed in the class of internal. Class Bit This java.lang package. Because the constructor of this class is private, you can not create an object of that class, that is, you can not instantiate the class. Its internal member variables and member methods are static, so it can be very convenient to call.
-System class on behalf of the system, many of the system-level attributes and control methods are placed in the class of internal. Class Bit This java.lang package. Because the constructor of this class is private, you can not create an object of that class, that is, you can not instantiate the class. Its internal member variables and member methods are static, so it can be very convenient to call.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
day14_System
............\.classpath
............\.project
............\.settings
............\.........\org.eclipse.jdt.core.prefs
............\bin
............\...\cn
............\...\..\itcast_01
............\...\..\.........\Person.class
............\...\..\.........\SystemDemo.class
............\...\..\itcast_02
............\...\..\.........\SystemDemo.class
............\...\..\itcast_03
............\...\..\.........\SystemDemo.class
............\src
............\...\cn
............\...\..\itcast_01
............\...\..\.........\Person.java
............\...\..\.........\SystemDemo.java
............\...\..\itcast_02
............\...\..\.........\SystemDemo.java
............\...\..\itcast_03
............\...\..\.........\SystemDemo.java