首页
题库
网课
在线模考
桌面端
登录
搜标题
搜题干
搜选项
0
/ 200字
搜索
单项选择题
对于立式数控铣床,垂直于地平面的坐标轴是()
A、X轴
B、Y轴
C、Z轴
D、A轴
点击查看答案
手机看题
你可能感兴趣的试题
判断题
说说以下程序的运行结果是否正确。
class MyException extends Exception{
public String toString( ){ return "negative"; }
}
public class ExceptionDemo{
public static void mySqrt(int a) throws MyException {
if( a<0 ) throw new MyException();
System.out.println(Math.sqrt(a));
}
public static void main( String args[] ){
try{ mySqrt(25 ); mySqrt(-5 ); }
catch( MyException e ){ System.out.println("Caught "+e); }
}
}
输出结果:
5.0
Caught negative
正确
错误
答案:
正确
点击查看答案
手机看题
问答题
《刘巧儿》的剧种是京剧?
答案:
1.错误
2.正确
正确答案:错误
《刘巧儿》,中国评剧作品。作者王雁。据1943年袁静剧本《刘...
点击查看答案
手机看题
微信扫码免费搜题