Results 1 to 7 of 7

Thread: double object's method comparison

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2005
    Posts
    1,069

    Resolved double object's method comparison

    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();
    Last edited by vb_student; Jun 24th, 2006 at 10:33 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width