潜在产品
参考答案:
是指现有产品包括所有附加产品在内的,可能发展成为未来最终产品的潜在状态的产品。
不得开架自选销售的药品是()
A.非处方药
B.甲类非处方药
C.乙类非处方药
D.处方药
E.处方药与非处方药
下列程序的输出结果是( )。 Public class Test Public static void main(String[]args) int[]array=(2,4,6,8,10); int size=6; int result=-1; try for(int i=0;i<size&& result==-1;) if(array[i]==20)result=i; catch(ArithmeticException e) System.out.println("Catch---1’); catch(ArrayIndexOutOfBoundsException e) System.out.println("Catch---2’); catch(Exception e) System.out.println("Catch---3");
A.Catch---1
B.Catch---2
C.catch---3
D.以上都不对