黑马程序员技术交流社区

标题: String类的概述和使用 [打印本页]

作者: zllqxy    时间: 2015-9-27 22:54
标题: String类的概述和使用
String类的概述和使用
        (1)由多个字符组成的一串数据。
        (2)构造方法:
                A:String s = new String();
                B:String s = new String(byte[] bys);
                C:String s = new String(byte[] bys,int startIndex,int count);
                D:String s = new String(char[] chs);
                E:String s = new String(char[] chs,int startIndex,int count);
                F:String s = new String(String s2);
                G:String s = "hello";




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2