摘要: public abstract class MyClass { public int constInt = 5; //add code here public void method() { }}Apublic abstract void method(int a);... 阅读全文
posted @ 2015-10-11 18:03 ~每天进步一点点~ 阅读(903) 评论(0) 推荐(0) 编辑
摘要: 面试遇到两次一下题:public class Main { public static void main(String args[]) { Thread t = new Thread() { public void run() { pong(); ... 阅读全文
posted @ 2015-10-11 16:35 ~每天进步一点点~ 阅读(4295) 评论(0) 推荐(0) 编辑