Hello
can you guys tell me if there is a difference between these two sections of code
Code:x = Double.parseDouble( xChars );Code:x = ( Double.valueOf( xChars ) ).doubleValue();
|
Results 1 to 7 of 7
Threaded View
|
Click Here to Expand Forum to Full Width |