String.intern方法

public class Main { public static void main(String[] args) { String a = "hello"; String b = new String("hello"); String c = new String("hello"); String d = b.inte
相關文章
相關標籤/搜索