Learn Java Programming - Passing Variables to Methods and Constructors Tutorial

Pubblicato il: 06 agosto 2015
sul canale di: Daniel Ross
4,103
23

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.


In questa pagina del sito puoi guardare il video online Learn Java Programming - Passing Variables to Methods and Constructors Tutorial della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Daniel Ross 06 agosto 2015, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 4,103 volte e gli è piaciuto 23 spettatori. Buona visione!