羟甲基戊二酰辅酶A(HMG-CoA)还原酶抑制剂不具有的不良反应是
A.头痛B.皮肤潮红C.转氨酶升高D.胃肠症状E.凝血障碍
参考答案:E
请阅读下列程序代码,然后将程序的执行结果补充完整。程序代码:public class throwsException{ static void Proc(int sel) throws ArithmeticException,ArrayIndexOutOfBoundsException{ System.out.println("In Situation"+sel); if(sel==0){ System.out.println("no Exception caught"); return; }else if(sel==1){ int iArray[]=new int[4]; iArray[1]=3; } } public static void main(String args[]){ try{ Proc(0); Proc(1) }catch(ArrayIndexOutOfBoundsException e){ System.out.println("Catch"+e); }finally{ System.out.println("in Proc finally"); } }}执行结果:In、Situation 0no Exception caught【 】in Proc finally
下面关于交易结算报告查询的表述中,错误的是()。
A.非结算会员的客户应当向非结算会员查询交易结算报告
B.非结算会员应当按照结算协议约定的时间和方式查询交易结算报告
C.非交易结算会员的客户应当按照期货交易所规定的方式和时间向全面结算会员查询交易结算报告
D.非结算会员应当按照期货交易所规定的方式和时间查询交易结算报告