皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【多选题】
江南四大名园是?
A.
南京瞻园
B.
上海豫园
C.
无锡寄
D.
苏州园和留园
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】运行下面程序时,会产生什么异常?( )publicclassX7_1_5{publicstaticvoidmain(String[]args){int[]z={1,2,3,4};intp=z[4];intx=0;inty=p/x;}}‍
A.
ArithmeticException
B.
ArrayIndexOutOfBoundsException
C.
NumberFormatException
D.
IOException
【多选题】体育课程编制需考虑的主要因素是
A.
学生
B.
社会
C.
体育学科
D.
师资
E.
场地设施
【多选题】鹿茸具有的功效有()
A.
温肾壮阳
B.
润燥止血
C.
益精血
D.
强筋骨
E.
平肝息风
【多选题】回肠是下面哪些物质吸收的主要场所?
A.
葡萄糖
B.
C.
胆盐
D.
维生素B1
E.
维生素B12
【单选题】运行下面程序时,会产生什么异常?( )
A.
ArithmeticException
B.
NumberFormatException
C.
ArrayIndexOutOfBoundsException
D.
IOException
【单选题】运行下面程序时,会产生什么异常( )。 public class Ex { public static void main(String[] args) { int x = 7; int y = 5/x; int[] z =new int[4]; int p = z[4]; } }
A.
ArithmeticException
B.
NumberFormatException
C.
ArrayIndexOutOfBoundsException
D.
IOException
【单选题】运行下面的程序时,会产生( )。 public class Test{ public static void main(String args[ ] ) { int x =0 int y = 2/x int z[ ] = {1,2,4,6} int p=z[4] } }
A.
ArrayIndexOutOfBoundsExcePtion异常
B.
NumberFormatException异常
C.
ArithmeticException异常
D.
ArithmeticException异常和ArrayIndexOutOfBoundsExcePtion异常
【单选题】运行下面程序时,会产生什么异常?( )
A.
ArithmeticException
B.
NumberFormatException
C.
ArrayIndexOutOfBoundsException
D.
IOException
【单选题】运行下面程序时,会产生什么异常?publicclassX7_1_4{ publicstaticvoidmain(String[]args){intx=0;inty=5/x;int[]z={1,2,3,4};intp=z[4];}}
A.
ArithmeticException
B.
NumberFormatException
C.
ArrayIndexOutOfBoundsException
D.
IOException
【单选题】鹿茸具有的功效是()
A.
补肾阴,益精血
B.
补肾阳,益精血
C.
补肾阴,祛风湿
D.
补肾阳,祛风湿
E.
补肾阴,止胎动
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题