filmov
tv
Java Arrays – Array instantiations and their references

Показать описание
Java under the Hood - playlists:
"Stack & Heap Memory Fundamentals”
"Java Collections Framework: List"
This is the first video of a new series in ‘Java under the hood’ about the Java Array
In this demo I’ll demonstrate what arrays are, how they can be created (instantiated), and how you should interpret an array-variable.
Two important concepts you’ll learn:
- Java Arrays are objects created on the Heap
- An ‘array-variable’ is a reference variable
Previous video:
Java String - Why use String literals? - Interning Strings
Next video:
Java Arrays – Array of objects
"Stack & Heap Memory Fundamentals”
"Java Collections Framework: List"
This is the first video of a new series in ‘Java under the hood’ about the Java Array
In this demo I’ll demonstrate what arrays are, how they can be created (instantiated), and how you should interpret an array-variable.
Two important concepts you’ll learn:
- Java Arrays are objects created on the Heap
- An ‘array-variable’ is a reference variable
Previous video:
Java String - Why use String literals? - Interning Strings
Next video:
Java Arrays – Array of objects