航班号为CZ3424K的航班表示()
A、正常航班
B、加班航班
C、补飞航班
D、合并航班
参考答案:D
某出口商担心日元贬值而采取套期保值,可以()
A.买日元期货买权
B.卖欧洲日元期货
C.卖日元期货
D.卖日元期货卖权,卖日元期货买权
下面程序段的输出结果是( ) classTest publicstaticvoidmain(Stringargs[]) MyThreadt=newMyThread(); t.displayOutput("thasbeencreateD"); t.start(); ClassMyThreadextendsThread publicvoiddisplayOutput(Strings) System.out.println(S); publicvoidrun() displayOutput("tiSrunning.");
A.thasbeencreated.
B.thasbeencreated. TiSrunning.
C.tiSrunning.
D.编译出错