2019-11-02 12:58:17 -04:00
|
|
|
## Java Strings
|
|
|
|
|
2023-06-24 14:11:14 -04:00
|
|
|
This is a generic module contains articles about strings in Java.
|
|
|
|
Listed here there are only those articles that does not fit into other core-java-string-* modules as:
|
|
|
|
- [core-java-string-operations](../core-java-string-operations)
|
|
|
|
- [core-java-string-apis](../core-java-string-apis)
|
|
|
|
- [core-java-string-conversion](../core-java-string-conversions)
|
|
|
|
- [core-java-string-algorithms](../core-java-string-algorithms)
|
2019-11-02 12:58:17 -04:00
|
|
|
|
|
|
|
### Relevant Articles:
|
2022-09-23 05:48:11 -04:00
|
|
|
- [Use char[] Array Over a String for Manipulating Passwords in Java?](https://www.baeldung.com/java-storing-passwords)
|
2019-11-02 12:58:17 -04:00
|
|
|
- [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 String Interview Questions and Answers](https://www.baeldung.com/java-string-interview-questions)
|
|
|
|
- [Java Multi-line String](https://www.baeldung.com/java-multiline-string)
|
2023-04-20 05:13:37 -04:00
|
|
|
- [Reuse StringBuilder for Efficiency](https://www.baeldung.com/java-reuse-stringbuilder-for-efficiency)
|
2023-11-01 16:14:14 -04:00
|
|
|
- [How to Iterate Over the String Characters in Java](https://www.baeldung.com/java-iterate-string-characters)
|
2023-11-05 00:49:07 -04:00
|
|
|
- [Passing Strings by Reference in Java](https://www.baeldung.com/java-method-pass-string-reference)
|
2023-12-16 19:21:43 -05:00
|
|
|
- [String vs StringBuffer Comparison in Java](https://www.baeldung.com/java-string-vs-stringbuffer)
|