After graduating from college,I took some time off to go travelling_________, turned out to be a wise decision.A.thatB.whichC.whenD.where
After graduating from college,I took some time off to go travelling_________, turned out to be a wise decision.
A.that
B.which
C.when
D.where
相关考题:
Last night Li Gang kept doing the maths exercises ________ after ________. A.one…anotherB.one…the otherC.one…the othersD.some…others
publicclassWow{publicstaticvoidgo(shortn){System.out.println(”short”);}publicstaticvoidgo(Shortn){System.out.println(”SHORT”);}publicstaticvoidgo(Longn){System.out.println(”LONG”);}publicstaticvoidmain(String[]args){Shorty=6;intz=7;go(y);go(z);}}Whatistheresult?()A.shortLONGB.SHORTLONGC.Compilationfails.D.Anexceptionisthrownatruntime.
publicclassYikes{publicstaticvoidgo(Longn){System.out.println(”Long);}publicstaticvoidgo(Shortn){System.out.println(”Short);}publicstaticvoidgo(intn){System.out.println(”int);}publicstaticvoidmain(String[]args){shorty=6;longz=7;go(y);go(z);}}Whatistheresult?()A.intLongB.ShortLongC.Compilationfails.D.Anexceptionisthrownatruntime.
请在下面程序中的每条横线处填写一个语句,使程序的功能完整。程序的输出结果为:TIME=1867b=9i=123注意:请勿改动main()主方法和其他已有的语句内容,仅在横线处填入适当的语句。源程序文件代码清单如下:import java.io.*;public class DataType{public ______ void main(String args[]){byte b;int i;//定义变量i为int类型______//定义常量TIME为整型,且值为1867i=123;//给变量i赋值,该值为十进制的123______//给变量赋值,改值为八进制的11,十进制的9System.out.println("TIME"+TIME);System.out.println("b="+b);System.out.println("i="+i);}}
4.It __________ eight years to build the Dam(大坝) from 1998 t0 2006.A.spendsB.costsC.paidD.took