2020-04-10 15:08:02 -04:00
|
|
|
## 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)
|