The Primitive Type: There are eight primitive types of data : byte, short, int, long, char, float, double and boolean. These can be put in four categories as: Integers : This group includes bytes, short, int and long , all of these are used for whole valued signed integer. Floating […]