随笔分类 -  Java

摘要:1. Never return in a finally statement. If you return in a finally block then any Throwables that aren't caught will be completely lost. e.g. 2. If re 阅读全文
posted @ 2016-09-16 13:16 Joyce-Lee 阅读(651) 评论(0) 推荐(0)
摘要:Refer http://www.jianshu.com/p/2b5a9bdcd25f https://docs.oracle.com/javase/tutorial/java/IandI/abstract.html Review Access Level In General Abstract C 阅读全文
posted @ 2016-07-27 11:44 Joyce-Lee 阅读(249) 评论(0) 推荐(0)
摘要:Fromgeeksquiz.com- Inheritance- Abstract Class and Interface- Arrays- Data Type- Constructor- Exception Handling- Operator- Package- Class and Object-... 阅读全文
posted @ 2015-05-19 14:04 Joyce-Lee 阅读(167) 评论(0) 推荐(0)