• 2021-04-14
    假设方法unsafe() 将抛出IOException, 可以填入如下代码段第1行的选项是( )。 1) 2) { if(unsafe()){//do something…} 3) else if(safe()){//do the other…} 4) }
  • public void methodName() throws IOException

    内容

    • 0

      try { try块代码} catch (IOException e) { 异常处理代码1} catch (Exception e) { 异常处理代码2}以上try-catch结构的try块代码抛出异常IOException时,将执行异常处理代码1,异常处理代码2不被执行。( )

    • 1

      下列程序完成按以下格式打印杨辉三角形的前N行: 1 1 1 1 2 1 1 3 3 11 4 6 4 1请在横线处填写适当语句,使程序完整。 PARAMETER( N = 10 ) INTEGER A( N, N ), I, J DO I = 1, N ______ END DO DO I = 3, N DO J = 2, I - 1 ______ ENDDO END DO DO I = 1, N WRITE( *, 10 )( A( I, J ), J = 1, I ) END DO10 FORMAT( 1X, 10I5 )END

    • 2

      如下代码段输出c的值是() 。 int a = 3, c; if (a > 0) if (a > 3) c = 2; else c = 3; else c = 4; System.out.println("c=" + c);

    • 3

      以下代码中,存在错误的代码行标记是() A: 第1和第2标记 B: 第2和第3标记 C: 第1和第4标记 D: 第4和第5标记

    • 4

      The emphases of the theory are as follows() A: Unsafe behavior of the controller B: Unsafe state of control objects C: The unsafe behavior of the controller or the unsafe state of the object D: Control energy