| Author |
WRAPPER CLASS
|
chintan ramavat
Ranch Hand
Joined: Sep 15, 2006
Posts: 134
|
|
hello ranchers i want to know parse xxx() in detail, to me it just assigning value to the declared primitive, the only difference between parse and value of() is that parse works on primitive and valueof() works on Object. so can anybody tell me then what's the bottom line of having parse, we could have direct assignment.
|
 |
Javier Sanchez Cerrillo
Ranch Hand
Joined: Aug 02, 2006
Posts: 152
|
|
|
I think apart from a possible performance issue since autoboxing, there is no reason for both methods to exist.
|
SCJP 5.0 95%<br /> <br />The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge.
|
 |
 |
|
|
subject: WRAPPER CLASS
|
|
|