if the signature of string intern method is:
public static string Intern (string str);
then why do we use it as:
string s = string.intern(str);
if the signature of string intern method is:
public static string Intern (string str);
then why do we use it as:
string s = string.intern(str);