Java has a total of 8 primitive data types
byte: The byte data type is an 8-bit signed two's complement integer. It has a minimum value of -128 and a maximum value of 127 (inclusive). short: The...
Visual Basic 2005, 2008, and 2010 use the following types: Boolean Byte Char Date Decimal Double Integer Long Object SByte Short Single String UInteger ULong User-Defined UShortBoolean holds values...