本帖最后由 侯丛政 于 2013-2-28 12:31 编辑
public class Constants {
public static int MAX_SERVICE_TIME = 10000;
public static int MIN_SERVICE_TIME = 1000;
public static int COMMON_CUSTOMER_INTERVAL_TIME = 1;
}
张老师在银行业务系统里的常量类, 可以用final修饰吗, 如果可以的话, 加不加final在意义上会有什么区别吗 ?
|