Computer Applications

What do you understand by primitive data type? Give two examples.

Values & Data Types Java

117 Likes

Answer

Primitive data types are the basic or fundamental data types used to declare a variable. Examples of primitive data types in Java are byte, short, int, long, float, double, char, boolean.

Answered By

71 Likes


Related Questions