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));   }   }  

A . est B . es C . str D . st E .

时间:2022-09-26 11:01:12 所属题库:SCJP程序员认证考试题库

相似题目