可学答题网 > 问答 > SCJP程序员认证考试题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

What will be written&e


What will be written to the standard output when the following program is run?()  public class Qd803 {   public static void main(String args[]) {   String word = "restructure";   System.out.println(word.substring(2, 3));   }   }  

  • Aest
  • Bes
  • Cstr
  • Dst
  • E
参考答案
参考解析:
分类:SCJP程序员认证考试题库