【判断题】水准路线按布设形式分为闭合水准路线、附合水准路线、支水准路线。()
【简答题】如果下列的方法能够正常运行,在控制台上将不显示什么?( ) public void example( ){ try{ System.out.println("Test1"); } catch(SafeException e) { System.out.println("Test2"); } finally{ System.out.println("Test...
【简答题】水准路线按布设形式分为 水准路线 、 附合水准路线 、 支水准路线 。
【单选题】在oneMethod()方法运行正常的情况下,程序段将输出什么? public void test() try { oneMethod(); System.out.println("condition 1"); } catch (ArrayIndexOutOfBoundsException e) System.out.println("condition 2"); } catch(Exceptio...