ICSE Class 10 Computer Applications Question 2 of 16

Library Classes — Question 2

Back to all questions
2
Question

Question 2(i)

Define Primitive data type

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.