The concept of representing the primitive data values in the form of its equivalent and corresponding wrapper class objects is known as "boxing" Integer x= new Integer(3); Double... read more ?
Boxing and unboxing in java
Posted by: Instanceofjava Posted date: 3:52 PM / comment : 0 Java SE