Perry Smith

Java Questions & Answers

Archive

Home / Java Q & A Archive Page 4 / Java Q & A Archive / Java Main Page

String Method Intern
Friday, 12-Mar-99 13:43:38

199.228.142.8 writes:

Can some one please explain to me the purpose of the itern method?

RPL


Response
Re: String Method Intern
Monday, 22-Mar-99 07:29:39

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


Home / Java Q & A Archive Page 4 / Java Q & A Archive / Java Main Page