Friday, June 18, 2010

Data Types

List of primitive data types:-
char
int (long, short, byte)
float (double)
boolean

Java also has the String data type that accepts a sequence of characters in a go, with a large containing capacity.

1 comment: