Signature of string intern method

Viewed 25

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);
0 Answers
Related