Datatypes in Java | Coding in Java | Primitive and Non-primitive | Comparison of datatypes | #3

preview_player
Показать описание
Datatypes in Java for beginners.

👍 Subscribe for more Java tutorials

Data type of a variable tells what type of values will get stored in memory for that variable.

Data types are divided into two groups:
• Primitive data types
• Non-primitive data types

Primitive data types are the building blocks of data manipulation. These are the most basic data types available in Java language.

Non-primitive data types are not predefined and can be used to store multiple values. For example, an array is a non-primitive datatype and stores a group of values of similar datatypes. Similarly, an object can store values of different data types.

This videos is all datatypes.

⭐ Comparison of datatypes with default values, memory size and description.
⭐ Examples of datatypes

#icse #java #programming
Рекомендации по теме