wjat r the diffrent types of data type in java
Answers
Answered by
1
Explanation:
There are two types of data types in Java:
1) Primitive data types: The primitive data types include
boolean, char, byte, short, int, long, float and double
2) Non primitive data types:
It includes classes, arrays, strings and etc
Answered by
1
Answer:
There are two types of data :-
1 Primitive data
2 Non-primitive data
Similar questions