File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes about equals Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "about equals" Watch "about equals" New topic
Author

about equals

wei liu
Ranch Hand

Joined: Dec 06, 2001
Posts: 56
Float f=new Float("10F");
f.equals(new Float"10");(reture true)
is it a valid statement? i never seen this kind of statemnet before, what i saw is like f.equals(new Float("10F"))
Jim Hall
Ranch Hand

Joined: Nov 29, 2001
Posts: 162
One easy way to find out...Compile it
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: about equals
 
Similar Threads
doubt: equals&==
List casting
One doubt
about Float and Double
Round up int