DEV Community

JEGADESHWARAN B
JEGADESHWARAN B

Posted on

Data Types in JAVA

Initial
Data type specifies the type of data.
It defines memory size and values.
Java is strongly typed.

Depth
Java checks data types at compile time.
It prevents invalid operations.
Improves program reliability.

More Depth
Primitive and non-primitive data types exist.

Final
Data types help in efficient memory usage.

Top comments (0)