Computer Applications
Define Primitive data type
Java Library Classes
6 Likes
Answer
Primitive data types are pre-defined by the language and form the basic building blocks of representing data. They store a single value of a specific declared type at a time. The eight built-in primitive data types in Java are byte, short, int, long, float, double, char, boolean.
Answered By
3 Likes