Java Variables VS. Objects - Reference Type Variables VS Primitive Variables - APPFICIAL

Описание к видео Java Variables VS. Objects - Reference Type Variables VS Primitive Variables - APPFICIAL

Variables are created using primitive data types, such as int, double, char, boolean, etc. Objects (reference type variables) are created using class data types. When creating an object, the new operator allocates space in memory to store the object, and returns a reference to the objects memory location.

SUBSCRIBE!

Комментарии

Информация по комментариям в разработке