Subscribe:

Thursday, February 2, 2012

Java Primitive Type and Wrapper Classes differences

 In this post, we will talk about the differences between primitive type and wrapper classes in Java.

Many people make mistakes when they are using the method of wrapper classes (Character, Integer) that are corresponding to some primitive types (char, int).