Skip to content

Commit 04c9e29

Browse files
committed
添加Java 8新特性
1 parent b193883 commit 04c9e29

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,10 @@
143143
+ [知乎:如何优雅地处理异常?](https://www.zhihu.com/question/28254987)
144144

145145

146-
147-
148146
#### 序列化与反序列化
149147

150148
+ [美团技术团队:序列化和反序列化](https://tech.meituan.com/serialization_vs_deserialization.html)
151149

152-
153-
154150
#### 反射
155151

156152
+ [知乎:学习java应该如何理解反射?](https://www.zhihu.com/question/24304289)
@@ -159,8 +155,6 @@
159155
+ [并发编程网:Java Reflection教程 ](http://ifeve.com/java-reflection/)
160156
+ [反射——Java高级开发必须懂的](https://www.imooc.com/learn/199)
161157

162-
163-
164158
#### 注解
165159

166160
+ [全面解析Java注解](http://www.imooc.com/learn/456)
@@ -173,8 +167,6 @@
173167
+ [Java StringBuilder和StringBuffer源码分析](https://segmentfault.com/a/1190000004261063)
174168
+ Stack Overflow: [String, StringBuffer, and StringBuilder](https://stackoverflow.com/questions/2971315/string-stringbuffer-and-stringbuilder)
175169

176-
177-
178170
#### hashCode()和equals()
179171

180172
+ [Java hashCode() 和 equals()的若干问题解答](https://www.cnblogs.com/skywang12345/p/3324958.html)
@@ -191,8 +183,6 @@
191183
+ [Java NIO 系列教程](http://ifeve.com/java-nio-all/)
192184
+ [以Java的视角来聊聊BIO、NIO与AIO的区别?](https://juejin.im/entry/598da7d16fb9a03c42431ed3)
193185

194-
195-
196186
#### Java容器
197187

198188
+ [Java集合学习指南](http://wiki.jikexueyuan.com/project/java-collection/)
@@ -223,6 +213,11 @@
223213
+ [基于堆实现的优先级队列:PriorityQueue 解决 Top K 问题](https://my.oschina.net/leejun2005/blog/135085)
224214
+ [jdk源码分析PriorityQueue](http://zswlib.iteye.com/blog/2334463)]
225215

216+
#### Java 8
217+
218+
+ [What's New in JDK 8](http://www.oracle.com/technetwork/java/javase/8-whats-new-2157071.html)
219+
+ [IBM: Java 8 新特性概述](https://www.ibm.com/developerworks/cn/java/j-lo-jdk8newfeature/index.html)
220+
226221

227222
# 六.Java并发(Concurrency)
228223

0 commit comments

Comments
 (0)