what is the use of String.intern() . Is there any difference between a copy of a string object and the return value of this function ?
This function also returns a copy of the string which it acts on. Clear me please.
This function also returns a copy of the string which it acts on. Clear me please.
Comment