摘要: 字符串是面试经常被问到的问题,需要正确理解字符串常量池,才能答好这类问题。 public class Test { public static void main(String[] args) { String s1 = "hello world"; String s2 = "hello world 阅读全文
posted @ 2020-07-24 16:36 gaopengpy 阅读(344) 评论(0) 推荐(0)