aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes Initial Values for wrapper classes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "Initial Values for wrapper classes" Watch "Initial Values for wrapper classes" New topic
Author

Initial Values for wrapper classes

Duran Harris
Ranch Hand

Joined: Nov 09, 2008
Posts: 571

What default values are assigned to the wrapper classes??


===>SCJP 1.5(72%)<===
==>SCWCD1.5(76%)<===
Djonatah Stiegler
Ranch Hand

Joined: Oct 30, 2008
Posts: 32
Wrappers are obects, so their default values are null.

<><


From Brazil
Duran Harris
Ranch Hand

Joined: Nov 09, 2008
Posts: 571

Okay great.Thanks
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Initial Values for wrapper classes
 
Similar Threads
Wrapper classes are immutable
primitive data type manipulation in wrapper classes
@Wrapper class
Comparison operator
Why Wrapper Classes Are Needed in Java