__________
A. in fact B. in particular C. as a whole D. for example
第1题:
A. for particular
B. in particular
C. on particular
第2题:
A. bank accounts
B. cash equivalents
C. accounts receivable
答案:B
解析: 因为U.S. Treasuries是指美国国库券,而选项B,cash equivalents是现金等价物的意思。现金等价物 是指符合下述两个条件的流动性很强的短期投资资产:(1)很容易就能兑换成固定数量的现金,(2)很快就会到期,因此其市价受利率变动影响不大,一般三个月内到期的投资符合这一标准。美国短期国库券等短期投资都属于现金等价物。
第3题:

A.${product.name}
B.<jsp:getPropertyname="product"property="name"/>
C.<jsp:useBeanid="com.example.Product"/><%=product.getName()%>
D.<jsp:getPropertyname="product"class="com.example.Product"property="name"/>
第4题:
ClicktheExhibitbutton.GiventheJSPcode:1.<%2.pageContext.setAttribute("product",3.newcom.example.Product("Pizza",0.99));4.%>5.<%--insertcodehere--%>Whichtwo,insertedatline5,outputthenameoftheproductintheresponse?()

A.<%=product.getName()%>
B.<jsp:useBeanid="product"class="com.example.Product"/><%=product.getName()%>
C.<jsp:useBeanid="com.example.Product"scope="page"><%=product.getName()%></jspuseBean>
D.<jsp:useBeanid="product"type="com.example.Product"scope="page"/><%=product.getName()%>
第5题:
Giventhatwww.example.com/SCWCDtestAppisavalidlydeployedJavaEEwebapplicationandthatalloftheJSPfilesspecifiedintherequestsbelowexistinthelocationsspecified.Whichtworequests,issuedfromabrowser,willreturnanHTTP404error?()
A.http://www.example.com/SCWCDtestApp/test.jsp
B.http://www.example.com/SCWCDtestApp/WEB-INF/test.jsp
C.http://www.example.com/SCWCDtestApp/WEB-WAR/test.jsp
D.http://www.example.com/SCWCDtestApp/Customer/test.jsp
E.http://www.example.com/SCWCDtestApp/META-INF/test.jsp
F.http://www.example.com/SCWCDtestApp/Customer/Update/test.jsp
第6题:
1.importjava.util.*;2.publicclassTestSet{3.enumExample{ONE,TWO,THREE}4.publicstaticvoidmain(String[]args){5.Collectioncoll=newArrayList();6.coll.add(Example.THREE);7.coll.add(Example.THREE);8.coll.add(Example.THREE);9.coll.add(Example.TWO);10.coll.add(Example.TWO);11.coll.add(Example.ONE);12.Setset=newHashSet(coll);13.}14.}Whichstatementistrueaboutthesetvariableonline12?()
A.Thesetvariablecontainsallsixelementsfromthecollcollection,andtheorderisguaranteedtobepreserved.
B.Thesetvariablecontainsonlythreeelementsfromthecollcollection,andtheorderisguaranteedtobepreserved.
C.Thesetvariablecontainsallsixelementsfromthecoilcollection,buttheorderisNOTguaranteedtobepreserved.
D.Thesetvariablecontainsonlythreeelementsfromthecoilcollection,buttheorderisNOTguaranteedtobepreserved.
第7题:
假定有如下程序: #include <iostream> using namespace std; int s =0; class example{ static int n; public: example(int i){ n=i; } static void add( ){ s+=n; } }; int example::n=0; int main( ){ example a(2),b(5); example::add(); cout<<s<<endl; return 0; }程序运行后输出结果为( )。
A.2
B.3
C.7
D.5
第8题:
下面程序的输出结果是( )。 #include<iostream.h> Class example {int a; public: example(int B.{a=b++;} void print(){a=a+1 cout<<a<<““;} void print()const{cout<<a<<““;} }; void main() {example x(3); Const example y(2); x.print();
A.2 2
B.4 3
C.4 2
D.3 2
第9题:
A. Blu-Ray
B. DVD
C. SSD
D. CD
第10题:
一个元素内容中既含有文本也含有子元素,应当怎样定义()
第11题:
Solaris中,解压缩example.tar.gz的命令为
第12题:
http://www.example.com/SCWCDtestApp/test.jsp
http://www.example.com/SCWCDtestApp/WEB-INF/test.jsp
http://www.example.com/SCWCDtestApp/WEB-WAR/test.jsp
http://www.example.com/SCWCDtestApp/Customer/test.jsp
http://www.example.com/SCWCDtestApp/META-INF/test.jsp
http://www.example.com/SCWCDtestApp/Customer/Update/test.jsp
第13题:
A. typical
B. bare
C. close
D. rapid
答案:A
解析:翻译:会议上的事故是他缺乏自控力的典型例子
A典型的
B空的,赤裸的
C紧密的,近的,全面细致的
D迅速的
第14题:
Assumethatanewstaglibrarycontainsthetagslookupanditem:
LookupRetrievesthelatestnewsheadlinesandexecutesthetagbodyonceforeachheadline.ExposedaNESTEDpage-scopedattributecalledheadlineoftypecom.example.Headlinecontainingdetailsforthatheadline.
ItemOutputstheHTMLforasinglenewsheadline.Acceptsanattributeinfooftypecom.example.Headlinecontainingdetailsfortheheadlinetoberendered.WhichsnippetofJSPcodereturnsthelatestnewsdeadlinesinanHTLMtable,oneperrow?()

第15题:
AwebcomponentaccessesalocalEJBsessionbeanwithacomponentinterfaceof com.example.Accountwithahomeinterfaceofcom.example.AccountHomeandaJNDIreferenceofejb/Account.WhichmakesthelocalEJBcomponentaccessibletothewebcomponentsinthewebapplicationdeploymentdescriptor?()
A.
B.
C.
D.
第16题:
A.<jsp:useBeanid=’pageBean’type=’com.example.MyBean’/>
B.<jsp:useBeanid=’pageBean’class=’com.example.MyBean’/>
C.<jsp:makeBeanid=’pageBean’type=’com.example.MyBean’/>
D.<jsp:makeBeanid=’pageBean’class=’com.example.MyBean’/>
第17题:
Assumethatanewstaglibrarycontainsthetagslookupanditem:lookupRetrievesthelatestnews headlinesandexecutesthetagbodyonceforeachheadline.ExposesaNESTEDpagescopedattributecalledheadlineoftypecom.example.Headlinecontainingdetailsforthatheadline.itemOutputstheHTMLforasinglenewsheadline.Acceptsanattributeinfooftypecom.example.Headlinecontainingdetailsfortheheadlinetoberendered.WhichsnippetofJSPcodereturnsthelatestnewsheadlinesinanHTMLtable,oneperrow?()
A.
B.
C.
D.
第18题:
若有以下结构体定义,则______是正确的引用或定义。 struct example { int x; int y; }v1;
A.example.x=10
B.example v2.x=10
C.struct v2;v2.x=10
D.struct example v2={10};
第19题:
若有以下结构体定义,则______是正确的引用或定义。 struct example { int x; int y; }v1;
A.example.x=10
B.example v2.x=10
C.example.x=10
D.struct example v2={10};
第20题:
下面程序的输出结果是 #include<iostream,h> class example { int a; public: example(int b) {a=b++;} void print( ){a=a+1;cout<<a<<"";} void print( )const{cout<<a<<"";} }; void main( ) { example X(3);
A.22
B.43
C.42
D.32
第21题:
下面程序的输出结果是( )。 #include<iostreanl.h> class example { int a; public: example(int B.{a=b++;} void print{a=a+1;eout<<a<<””;} void printconst{cout<<a<<””;} }; void main { example x(3); const example Y(2); A print; B print; }
A.2 2
B.4 3
C.4 2
D.3 2
第22题:
下面选项中是public void example(){...}的重载函数的有()。
第23题:
public void example2(){...}
public int example(){...}
public void example(intm){...}
public int example(intm,floatF.{...}