what are the different data types in java?explain in brief...
Answers
Answered by
1
Answer:
the types of Java programming language are divided into two categories primatie types and reference
Answered by
3
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
Explanation:
Data type specifies the size and type of values that can be stored in an identifier. ... Data types in Java are classified into two types: Primitive—which include Integer, Character, Boolean, and Floating Point. Non-primitive—which include Classes, Interfaces, and Arrays.
STAY SAFE, STAY HEALTHY, AND BE BLESSED.
THX.
Similar questions