I go over arrays and how arrays are passed to methods as references and not by their values. Unlike primitive data types, arrays are reference type and thus their references (memory addresses) are always passed to methods. Primitive data types are always and only passed by values, never by reference in Java. The good thing is that any changes within the method also change the original array. The bad thing is the same reason - so be cautious.
Nesta página do site você pode assistir ao vídeo on-line Java Programming 1 - Passing Arrays to Methods duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Christian Hur 15 Julho 2017, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 515 vezes e gostou 6 espectadores. Boa visualização!