Home Tutorialhelp Comment The Wrapper class does not contain constructors ??

 
 

Comment

Sabya
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
Related Tutorial and Articles

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.