2012年7月27日

Java语言基础-常用对象API(一)String、StringBuffer

摘要: String类-常见功能字符串是一个特殊的对象;字符串一旦初始化就不可以被改变;package cn.itcast.p1.stirng.demo;public class StringDemo { /** * @param args */ public static void main(String[] args) { /* * String类的特点 * 字符串对象一旦被初始化就不会被改变 */ stringDemo2(); } private static void strin... 阅读全文

posted @ 2012-07-27 20:44 foolchen 阅读(459) 评论(0) 推荐(0) 编辑

导航