Mention the major classification of datatypes in java with examples?
Answers
Answered by
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