• 测试技术
  • 博客
  • 视频
  • 开源
  • 论坛
  • 沙龙
  • 下载
  • 杂志
  • 招聘

您的位置:您的位置:软件测试技术 门户 >> 软件测试技术 >> 开发语言 >> Java >> 查看资讯

字号: | 推荐给好友 上一篇 | 下一篇

新手入门:Java数组特点及基本使用技巧

发布: 2008-5-04 10:44 | 作者: 不详 | 来源: 赛迪网 | 查看: 65次 | 进入领测软件测试网论坛讨论

领测软件测试网 软件测试技术 门户]/{.K(sMrE

软件测试技术 门户7Ca;Nx$E o+Ly7j l

软件测试技术 门户:B6B6E,l9k{Ro c s
  软件测试技术 门户5O Et` ?a
class ArrayTest { 软件测试技术 门户moW'^ P
    public static void main(String[] args) { 软件测试技术 门户!ua\d;Ws f5f#k/j,a4JC
       Student[] ss = new Student[] { new Student(1, "zhangsan"), 软件测试技术 门户 YR"A P z\
              new Student(2, "lisi"), new Student(3, "wangwu"), 软件测试技术 门户fc+B1X/[S$^
              new Student(3, "mybole") };
%M;^ X*_b4~'t#h{       Arrays.sort(ss); 软件测试技术 门户em%zzz4?&]3[
       for (int i = 0; i < ss.length; i++) { 软件测试技术 门户p]{JHRp
           System.out.println(ss[i]);
:k