Blog Posts on boolean
Percent:
Distinct:
Wrapper Class by Nude NoteBook on Jul 23, 2009Wrapper Class Wrapper class is a wrapper around a primitive data type. It represents primitive data types in their corresponding class instances e.g. a boolean data type can be represented as a Boolean class instance. All of the primitive wrapper cl...
Primitive types of Java by on Jun 4, 2009Language: Java There are eight primitive types of data that are defined by java: Byte Short Int Long Char Float Double Boolean The above eight types can be put into four different groups...


