/ArrayStudy

Studying a little bit of arrays

Primary LanguageJava

ArrayStudy

Studying a little bit of arrays

These are some examples used on Simon Robets videoclasses, from Java Programming Basics O'reilly.

MoreValues show how to add more values on an array. We could use a loop, but System.arraycopy is more efficient.