摘要: https://blog.csdn.net/cangkukuaimanle/article/details/8107601 https://blog.csdn.net/javaee_sunny/article/details/52703283 阅读全文
posted @ 2018-11-29 10:07 chris3dc 阅读(80) 评论(0) 推荐(0)
摘要: /** * @author chris * @date 2018/10/30 - 15:24 * 类加载执行顺序: * 1.静态属性,静态方法声明,静态块。 * * 2.动态属性,普通方法声明,构造块。 * * 3.构造方法。 * * 当new一个对象时,此时会调用构造方法,但是在调用构造方法之前, 阅读全文
posted @ 2018-10-30 16:32 chris3dc 阅读(339) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/zqian1994/article/details/78838199 阅读全文
posted @ 2018-09-26 15:08 chris3dc 阅读(428) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_18402475/article/details/52796329 阅读全文
posted @ 2018-09-26 15:03 chris3dc 阅读(145) 评论(0) 推荐(0)