KnowledgeBoat Logo

Computer Applications

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

Values & Data Types Java

ICSE

85 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

48 Likes


Related Questions