Computer Science, asked by aritrakayal29, 7 hours ago

Mention the major classification of datatypes in java with examples?​

Answers

Answered by ssk305805
2

Answer:

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 (you will learn more about these in a later chapter)

Similar questions