Mega Code Archive

 
Categories / Java Book / 003 Essential Classes
 

0169 Boolean class

The Boolean class wraps a primitive type boolean in an object. An object of type Boolean contains a single field whose type is boolean. Boolean class has the methods for converting a boolean to a String and a String to a boolean.