Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Latest commit

 

History

History
3 lines (3 loc) · 168 Bytes

File metadata and controls

3 lines (3 loc) · 168 Bytes

The toString method on an array will print its identity, such as [I@4488aabb. This is almost never needed. Use Arrays.toString to print a human-readable summary.