The Wrapper class does not contain constructors ??,
January 30, 2010 at 10:49 PM
I saw this wrong posting in this site in Features Of the Wrapper Classes (2nd Point).Please reply me if I am wrong . --------------------------- In my view : Wrapper classes contain contain constructors. Example : Integer x = new Integer(57); Integer x = new Integer("57");
AtomicBoolean(boolean initialValue) Creates a new AtomicBoolean with the given initial value.
View All Comments
| View Tutorial