摘要:
IO流 一、File类 1.构造方法 public File(String pathname) public File(String parent,String child) public File(File parent,String child) 2.成员方法 创建功能 public boole 阅读全文
摘要:
object类 java中所有的类共同的父类 构造方法 object()无参构造方法 成员方法 public int hashCode() //返回对象的哈希值 public final Class getClass() //获取一个类对应的class对象 public String toStrin 阅读全文