From 61bb6834e6611f7a1ee271a4a804939cbc0385c0 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Mon, 20 Jun 2022 01:09:08 -0400 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E7=AB=A0=20Java=20?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=20char[]=20Array=20=E8=BF=98=E6=98=AF=20Stri?= =?UTF-8?q?ng=20=E5=AD=98=E5=82=A8=E5=AD=97=E7=AC=A6=E4=B8=B2=20=E7=9A=84?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=20https://www.ossez.com/t/java-char-array-st?= =?UTF-8?q?ring/14015?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core-java-modules/core-java-strings/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-strings/README.md b/core-java-modules/core-java-strings/README.md index f951c9d357..53d6ca5b97 100644 --- a/core-java-modules/core-java-strings/README.md +++ b/core-java-modules/core-java-strings/README.md @@ -3,7 +3,7 @@ 本模块中包含有关 Java 字符串(String)有关的文章。 ### 相关文章 -- [Use char[] Array over a String for Manipulating Passwords in Java?](https://www.baeldung.com/java-storing-passwords) +- [Java 使用 char[] Array 还是 String 存储字符串](https://www.ossez.com/t/java-char-array-string/14015) - [Compact Strings in Java 9](https://www.baeldung.com/java-9-compact-string) - [String Not Empty Test Assertions in Java](https://www.baeldung.com/java-assert-string-not-empty) - [String Performance Hints](https://www.baeldung.com/java-string-performance)