摘要: #JVM_09字符串常量池StringTable ##String的基本特性 String:字符串,使用一对""引起来表示。 tring sl = "hello";//字面量的定义方式 String s2 = new String("hello") ; String声明为final的, 不可被继承 阅读全文
posted @ 2020-09-06 22:36 流沙uiui 阅读(214) 评论(0) 推荐(0)