aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes Wrapper Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "Wrapper" Watch "Wrapper" New topic
Author

Wrapper

Shiva Mohan
Ranch Hand

Joined: Jan 05, 2006
Posts: 465



does this f1 float value is promoted to double value for equlas() method evaluation
Keith Lynn
Ranch Hand

Joined: Feb 07, 2005
Posts: 2341
No, it doesn't convert the Floats to a double.

This is from the source code for Float.

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Wrapper
 
Similar Threads
Usage of :- int comapareTo(float f)
operator
Invoking equals method on float object
Comparison of arrays
( int a = 2147483648 ) vs (int a = 2147483647 ; a=a+1 )