java-tutorials/core-java-modules/core-java-strings/README.md

18 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Java 字符串Strings
本模块中包含有关 Java 字符串String有关的文章。
### 相关文章
- [Java 使用 char[] Array 还是 String 存储字符串密码](https://track.ossez.com/articles/PL-A-37491622/Java-char-Array-String)
- [Java 9 中的字符串String压缩](https://track.ossez.com/articles/PL-A-37491635/Java-9-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)
- [Java Localization Formatting Messages](https://www.baeldung.com/java-localization-messages-formatting)
- [Java Generate Random String](https://www.baeldung.com/java-random-string)
- [Java String Interview Questions and Answers](https://www.baeldung.com/java-string-interview-questions)
- [Java 多行字符串](https://www.isharkfly.com/t/java/14049)
- [Java 中的 String Pool 简介](https://www.isharkfly.com/t/java-string-pool/14017)
- [Java “constant string too long” 编译错误](https://www.isharkfly.com/t/java-constant-string-too-long/14048)
- [Java 对象如何安全的 toString](https://www.isharkfly.com/t/java-tostring/14000)
- [编程常用的几种字符编码](https://www.isharkfly.com/t/topic/14022)