a 11 digit number associated with the image
dear friends i am a newbie in the imaging techniques , here is my question
we are working on a charting library that is producing images from a particular servlet and is shown in popup window when we see the properties of the picture a 11 digit number is getting displayed ,i dont know what the number is so can you guyz tell me what that number could be
please tell me if i have to eloborate
thanks in advance
sriharsha
> dear friends i am a newbie in the imaging techniques
> , here is my question
>
> we are working on a charting library that is
> producing images from a particular servlet and is
> shown in popup window when we see the properties of
> the picture a 11 digit number is getting displayed
> ,i dont know what the number is so can you guyz tell
> me what that number could be
Most likely this is the String returned by the toString() implementation from the Object class. Usually, this String represents the memory location of the object reference.