Properties-转换流-打印流-序列化和反序列化-Commons-IO工具类

一.Properties 类(java.util)
     概述:Properties 是一个双列集合;Properties 属于map的特殊的孙子类;Properties 类没有泛型,properties集合的key和value都是固定的数据类型(String),该集合提供了一些特有的方法存取值,是唯一一个可以与IO流相结合的集合;

定义:public class Properties extends Hashtable 注: public class Hashtable extends Dictionary implements Map, Cloneable, Serializable 构造方法:Properties():创建一个无默认值的空属性列表,v>,v>,v>,object>