The platform independent feature of
Java is achieved through bytecode. The eight primitive
data types are: byte, short, int, long, float, double, boolean, and char. The
java.lang.String class represents character strings. Instance variables (non-static fields) are unique to each instance of a class.
read more >>