In this tutorial we look at the difference between value types (primitives) and reference types (objects).
Primitives are passed by value, so when passed to a method, you aren't manipulating the original data, but a copy of that data.
Objects, on the other hand, are passed by reference, so you have the ability to change objects through that reference inside of methods.
En esta página del sitio puede ver el video en línea Java Programming: 10 - Reference and Value types de Duración hora minuto segunda en buena calidad , que subió el usuario CodeMonkeyCharlie 10 junio 2011, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 81,944 veces y le gustó 773 a los espectadores. Disfruta viendo!