A.to argue
B.arguing
C.argue
D.to arguing
第1题:
A、on
B、of
C、from
D、at
第2题:
how many newspapers are there in britain?
A. About 1400.
B. 140.
C. About 150.
D. About 100.
第3题:
在工资.DBF第4条记录后插入一条空白记录的命令是______。
A.USE 工资 GO4 INSERT BEFORE
B.USE工资 GO4 INSERT BLANK
C.USE工资 SKIP 4 INSERT BEFORE
D.USE工资 SKIP INSERT BEFORE
第4题:
A、himself
B、him own
C、his own
D、him
第5题:
Oneoftheusecasesinyourwebapplicationusesmanysession-scopedattributes.Attheendoftheusecase,youwanttoclearoutthissetofattributesfromthesessionobject.Assumethatthisstaticvariableholdsthissetofattributenames:201.privatestaticfinalSetUSE_CASE_ATTRS;202.static{203.USE_CASE_ATTRS.add("customerOID");204.USE_CASE_ATTRS.add("custMgrBean");205.USE_CASE_ATTRS.add("orderOID");206.USE_CASE_ATTRS.add("orderMgrBean");207.}Whichcodesnippetdeletestheseattributesfromthesessionobject?()
A.session.removeAll(USE_CASE_ATTRS);
B.for(Stringattr:USE_CASE_ATTRS){session.remove(attr);}
C.for(Stringattr:USE_CASE_ATTRS){session.removeAttribute(attr);}
D.for(Stringattr:USE_CASE_ATTRS){session.deleteAttribute(attr);}
E.session.deleteAllAttributes(USE_CASE_ATTRS);
第6题:
He will agree to do what you require __________ him.
A) of B) from C) to D) for
选a、of
整句意思:他将会同意做你所要求他做的事。
require of (对……的要求),是固定搭配。
如:
You have done what the law requires of you. 你已经照法律所规定的一切做了。