摘要: package com.smbea.demo.str; /** * 字符串类型的对象与引用及字符串常量池详解 * @author hapday * @2017年2月3日 @下午5:01:59 */ public class StringDemo { public static void main(String[] args) { String str = "abc"; // ... 阅读全文
posted @ 2017-02-03 17:04 hapday 阅读(1283) 评论(0) 推荐(0)