摘要:
1.这两种定义有什么区别 /*** * 面试题:这两种定义方式有什么区别? * 如何证明? * @param args */ public static void main(String[] args) { String str = "hello";//常量池 String str1 = new S 阅读全文
posted @ 2021-07-11 09:57
cjxxl1213
阅读(49)
评论(0)
推荐(0)