Learn Java Programming - Passing Variables to Methods and Constructors Tutorial

Publié le: 06 août 2015
sur la chaîne: 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.


Sur cette page du site, vous pouvez voir la vidéo en ligne Learn Java Programming - Passing Variables to Methods and Constructors Tutorial durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Daniel Ross 06 août 2015, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 4,103 fois et il a aimé 23 téléspectateurs. Bon visionnage!