wrapper classes
All > Technology > Programming > Java
- Java's primitive types are not object types. The wrapper classes are defined in the
java.langpackage. They consist of a class for each primitive type:Boolean,Byte,Character,Double,Float,Integer,LongandShort. These classes provide methods to parse strings containing primitive values, and turn primitive values into strings. TheDoubleandFloatclasses also provide methods to detect special bit patterns for floating point numbers, representing values such asNaN, +infinity and -infinity.
David J. Barnes - Cite This Source - This Definition - bootstrap classes, cohesion, Import, import statement, KJava, package, package access, protected access, reflection, unnamed package