java学习

1.用java实现了数据结构中表达式求值算法,进一步了解了类的继承

public class StringDemo{ public static void main(String args[])

{ char[] helloArray = { 'r', 'u', 'n', 'o', 'o', 'b'};

String helloString = new String(helloArray);

System.out.println( helloString );

}

}

posted @ 2021-10-13 22:59  软工小蜗牛  阅读(65)  评论(0编辑  收藏  举报