diff --git a/docs/java/new-features/java12-13.md b/docs/java/new-features/java12-13.md index 179acd7f..c4f70582 100644 --- a/docs/java/new-features/java12-13.md +++ b/docs/java/new-features/java12-13.md @@ -269,8 +269,8 @@ public String translateEscapes() { ## 参考 - JDK Project Overview : -- Oracle Java12 ReleaseNote +- Oracle Java12 ReleaseNote :https://www.oracle.com/java/technologies/javase/12all-relnotes.htm +- What is new in Java 12:https://mkyong.com/java/what-is-new-in-java-12/ - Oracle Java13 ReleaseNote -- New Features in Java 12 - New Java13 Features - Java13 新特性概述 diff --git a/docs/java/new-features/java9.md b/docs/java/new-features/java9.md index 27d35a4d..d2409c20 100644 --- a/docs/java/new-features/java9.md +++ b/docs/java/new-features/java9.md @@ -238,8 +238,7 @@ System.out.println(currentProcess.info()); ## 参考 +- Release Notes for JDK 9 and JDK 9 Update Releases : https://www.oracle.com/java/technologies/javase/9-all-relnotes.html - 《深入剖析 Java 新特性》-极客时间 - JShell:怎么快速验证简单的小问题? - - New Features in Java 9:https://www.baeldung.com/new-java-9 - - Java – Try with Resources:https://www.baeldung.com/java-try-with-resources \ No newline at end of file