comp.lang.ada
 help / color / mirror / Atom feed
From: Jim Rogers <jimmaureenrogers@worldnet.att.net>
Subject: Re: Upping the ante (was): ToString?
Date: Fri, 15 Mar 2002 05:22:36 GMT
Date: 2002-03-15T05:22:36+00:00	[thread overview]
Message-ID: <3C918515.20808@worldnet.att.net> (raw)
In-Reply-To: d58d629758a615d5bac360da8668b133.48257@mygate.mailgate.org

Kent Paul Dolan wrote:

> "Nazgul" <darkelf@aim.homelinux.com> wrote in message
> news:a6kv3e$faat1$1@ID-107015.news.dfncis.de...
> 
> 
>>Is there something like Integer'ToString(xxx) that converts an integer to a
>>string ?
>>
> 
> More important, is there something like toString(), with the implied
> contract that _every_ object will support a parameterless call to it and
> do something sensible to return a string representation of the object
> usable for debugging, logging, or "not too fancy" data presentation?
> 


Unfortunately, there is no such implied contract in Java.
Every object (non-primitive type) will have a toString() method.
It may not do anything sensible. If you define your own class
and do NOT override the toString() inherited from the Object
class your output will only be the class name followed by the
output of the hashCode() method for your class.

Jim Rogers




  reply	other threads:[~2002-03-15  5:22 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-12 13:16 ToString? Nazgul
2002-03-12 13:24 ` ToString? Peter Hermann
2002-03-12 13:25 ` ToString? Ingo Marks
2002-03-12 13:27 ` ToString? Larry Hazel
2002-03-12 13:30 ` ToString? Martin Dowie
2002-03-12 16:48   ` ToString? Jeffrey Carter
2002-03-13  8:38     ` ToString? Martin Dowie
2002-03-13 22:18       ` ToString? Jeffrey Carter
2002-03-14  0:36         ` ToString? Adrian Knoth
2002-03-15  4:58 ` Upping the ante (was): ToString? Kent Paul Dolan
2002-03-15  5:22   ` Jim Rogers [this message]
2002-04-04 23:21     ` Kent Paul Dolan
2002-04-05  5:09       ` Eric G. Miller
2002-04-05 19:45         ` Kent Paul Dolan
2002-04-06  4:07           ` Eric G. Miller
2002-04-06 22:23             ` Implied Programming contracts: " Kent Paul Dolan
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox