Java Arrays – Array of objects (reference variables)

preview_player
Показать описание
Java under the Hood - playlists:
"Stack & Heap Memory Fundamentals”
"Java Collections Framework: List"

Welcome to another video of ‘Java under the hood’ about arrays.
So far, I’ve only been using arrays of primitive types.
But what about using an ‘array of objects’?
The term, as you’ll discover, can be quite misleading since no ‘objects’ are created in the process of creating the array itself.
Find out what really happens in this video!

Previous video:
Java Arrays – Array instantiations and their references

Next video:
Java Arrays – Array as parameter of a method
Рекомендации по теме
Комментарии
Автор

Here is "naive view" of Strings creation, yes?

milawka