摘要: 今天做了某公司的面试题,发现一题很有意思,写来记录。源代码如下:class Father { public static final String F = "aa"; public Father() { init(); } public void init... 阅读全文
posted @ 2018-09-18 21:51 边显华 阅读(762) 评论(0) 推荐(0)