java-tutorials/core-java-modules/core-java-arrays-convert/README.md

12 lines
749 B
Markdown
Raw Normal View History

## Core Java Arrays - Conversions
This module contains articles about arrays conversion in Java
## Relevant Articles
- [Convert a Float to a Byte Array in Java](https://www.baeldung.com/java-convert-float-to-byte-array)
- [Converting Between Stream and Array in Java](https://www.baeldung.com/java-stream-to-array)
2021-10-21 10:04:21 -04:00
- [Convert a Byte Array to a Numeric Representation in Java](https://www.baeldung.com/java-byte-array-to-number)
2023-01-11 02:05:55 -05:00
- [Converting a String Array Into an int Array in Java](https://www.baeldung.com/java-convert-string-array-to-int-array)
2023-07-01 04:59:56 -04:00
- [Convert Java Array to Iterable](https://www.baeldung.com/java-array-convert-to-iterable)
2023-08-09 08:50:47 -04:00
- [Converting an int[] to HashSet in Java](https://www.baeldung.com/java-converting-int-array-to-hashset)