explain any 5 primitive data type in java
Answers
Answered by
1
Answer:
There are two types of data types in Java: Primitive data types: The primitive data types include boolean, char, byte, short, int, long, float and double.
Explanation:
Similar questions