Data Types in Java: a different approach
As far as I think, the need of having different data types in java is execute the instructions properly to serve the request.
JVM supports two kinds of data types: Primitive & Reference.
Primitive data type
Numeric
Floating point (float & double)
Integral (byte, short, int, long, char)
Boolean
Even though boolean is a primitive data type, its represented using byte or [...]
Filed under: Advanced Java, Articles, JVM & ByteCode, Tips | No Comments »