Science, asked by Anonymous, 6 months ago

what are data types in java ?Explain in java.​

Answers

Answered by sairam1919
0

Answer:

{\tt { {\underline{\underline{\huge{ AɴSᴡEʀ:}}}}}}

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

Answered by MuditaDayal
2

Answer:

In computer science and computer programming, a data type or simply type is an attribute of data which tells the compiler or interpreter how the programmer intends to use the data. ... This data type defines the operations that can be done on the data, the meaning of the data, and the way values of that type can be stored.

Similar questions