Day 10 of #100daysofcode learned about Java arrays and how memory works with arrays. Arrays are reference types. You can use the clone() method to make a copy and not have two references to the same object in heap memory. #learninpublic#100daysofcodechallenge