10 lines
869 B
Markdown
Raw Normal View History

2023-05-26 00:34:00 +08:00
## Relevant Articles
- [Object.toString() vs String.valueOf()](https://www.baeldung.com/java-object-tostring-vs-string-valueof)
2023-05-26 10:21:02 +08:00
- [Convert String to Int Using Encapsulation](https://www.baeldung.com/java-encapsulation-convert-string-to-int)
2023-08-19 07:56:21 +08:00
- [HashMap with Multiple Values for the Same Key](https://www.baeldung.com/java-hashmap-multiple-values-per-key)
2023-10-20 22:12:59 +08:00
- [Split Java String Into Key-Value Pairs](https://www.baeldung.com/java-split-string-map)
2023-10-29 06:42:50 +08:00
- [How to Convert an Object to String](https://www.baeldung.com/java-object-string-representation)
2024-01-19 09:58:22 +08:00
- [Convert String to long or Long in Java](https://www.baeldung.com/java-convert-string-long)
2024-03-01 17:31:50 +05:30
- [Convert a String to a List of Characters in Java](https://www.baeldung.com/java-convert-string-list-characters)
2024-04-23 16:11:47 +08:00
- [Difference Between Casting to String and String.valueOf()](https://www.baeldung.com/java-string-cast-vs-valueof)