Computer Applications

Define the following with an example:

primitive data type

Values & Data Types Java

37 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

24 Likes


Related Questions