Computer
How many type of primitive data exist in programs ?
a) 5. b) 6
C) 7. d) 8
Answers
Answered by
1
Answer:
There are 8: boolean , byte , char , short , int , long , float and double . These types serve as the building blocks of data manipulation in Java. Such types serve only one purpose — containing pure, simple values of a kind.
Answered by
0
Answer:
8
Explanation:
byte, short, integer or int, long, float, double, char, and boolean ,
i think thats it
Similar questions