判断题
接口名可以作为方法返回值的类型。
正确
判断题 抽象类不能实例化。
判断题 String str; System.out.println(str.length()); 以上语句运行的结果是显示0 。