When we pass a variable as an argument to a method or constructor, we are utilizing a pass-by-value technique. If we invoke a method or a constructor that contains a parameter list in its signature, we must pass a corresponding list of arguments that match that signature. The argument list can consist of literals, primitive variables, or reference variables. It is important to understand that the values of the actual argument variables initialize newly created parameter variables. I'm going to say it again ... it is important to understand that the values of the actual argument variables initialize newly created parameter variables. With regards to passing reference variables into parameters, you may hear someone say that Java uses pass-by-reference, but that is incorrect. Java only supports pass-by-value.
Nesta página do site você pode assistir ao vídeo on-line Learn Java Programming - Passing Variables to Methods and Constructors Tutorial duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Daniel Ross 06 Agosto 2015, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 4,103 vezes e gostou 23 espectadores. Boa visualização!