Data Types in Java
Data Types in Java
Every Language has own data type. Like C,C++,Java. language has a wide range of data types. Data types specify first is size and the second is type of values that can be stored in an identifier.
In java language, data types are classified into two catagories :
- Primitive Data type
- Non-Primitive Data type
Data types in Java
Primitive data
Java have 8 Primitive data types.They have no special capabilities. There are 8 primitive data types
post a comment