What are data types in java ? (Why it is required. I don't need the different types)
Answers
Answered by
1
Answer:
Primitive data types - includes byte , short , int , long , float , double , boolean and char.
Explanation:
if you are satisfied with my ans then plz follow me
Answered by
1
Data types are divided into two groups: Primitive data types - includes byte , short , int , long , float , double , boolean and char. Non-primitive data types - such as String, Arrays and Classes
HOPE IT HELPS YOU
Similar questions