Results 1 to 3 of 3
Thread: [D@16614e7
- 12-17-2011, 04:34 PM #1
Member
- Join Date
- Dec 2011
- Posts
- 7
- Rep Power
- 0
- 12-17-2011, 04:51 PM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,379
- Blog Entries
- 7
- Rep Power
- 17
Re: [D@16614e7
That's the way arrays print themselves; arrays are kind of stupid when it comes to their text representation. Either print each element yourself or have a look at the Arrays utility class; it has a few methods that can do the job for you.
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
-
Re: [D@16614e7
You might wish to see this:
Object (Java 2 Platform SE v1.4.2)
scroll down to the toString() method to see how those weird outputs are formed.
(By default, if you try to print an Object the Object.toString() method is called)


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks