Java String intern() The Java String class intern() method returns the interned string. It returns the canonical representation of string. It can…
Tag:
Java String intern() The Java String class intern() method returns the interned string. It returns the canonical representation of string. It can…