199.228.142.8 writes:
Can some one please explain to me the purpose of the itern method?
RPL
202.61.245.67 writes:
The String.intern() method returns a String that is equall to the internal representation of the String withen the Object String.
I'm not sure whether this helps much. You might try looking through the Java API documentation.
Avi
:)
Avi Chapman