aspose file tools
The moose likes Beginning Java and the fly likes diff valueof() and copyValueOf() Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "diff valueof() and copyValueOf()" Watch "diff valueof() and copyValueOf()" New topic
Author

diff valueof() and copyValueOf()

ram kri
Greenhorn

Joined: Dec 08, 2005
Posts: 12
what is difference between

public static String valueof(char[] data, int offset ,int count)

and

public static String copyValueOf(char[] data, int offset, int count)
Ilja Preuss
author
Sheriff

Joined: Jul 11, 2001
Posts: 14112
None. See http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4852318 (found via google)


The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: diff valueof() and copyValueOf()
 
Similar Threads
copyValueOf vs ValueOf
copyValueof vs valueOf string methods
how to use copyValueOf() function?
Difference between String.copyValueOf(char[]) and String.valueOf(char[])
Difference between valueOf(char []) and copyValueOf(char[])