Skip to content

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.