39 Charisma would be an example of _____ power.
A. Legitimate
B. Reward
C. Coercive
D. Expert
E.Referent
第1题:
AwebcomponentaccessesalocalEJBsessionbeanwithacomponentinterfaceofcom.example.Accountwithahomeinterfaceofcom.example.AccountHomeandaJNDIreferenceofejb/Account.WhichmakesthelocalEJBcomponentaccessibletothewebcomponentsinthewebapplicationdeploymentdescriptor?()
A.A
B.B
C.C
D.D
第2题:
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
第3题:
动词时态可以用来表示不同的请求语气,请在空格中选择最能表示委婉语气的词。 ____ it be alright if I ____ the afternoon off on Friday?
A.Would...took
B.Will...take
C.Would...take
D.Will...took
第4题:
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’/>
第5题:
Assumethatanewstaglibrarycontainsthetagslookupanditem:lookupRetrievesthelatestnews headlinesandexecutesthetagbodyonceforeachheadline.ExposesaNESTEDpagescopedattributecalledheadlineoftypecom.example.Headlinecontainingdetailsforthatheadline.itemOutputstheHTMLforasinglenewsheadline.Acceptsanattributeinfooftypecom.example.Headlinecontainingdetailsfortheheadlinetoberendered.WhichsnippetofJSPcodereturnsthelatestnewsheadlinesinanHTMLtable,oneperrow?()
A.
B.
C.
D.
第6题:
为了使一个名为Example的类可以成功编译,运行,必须满足以下哪个条件?
A.Example类必须被创建为一个对象
B.Example类必须声明为public类
C.Example类必须定义一个正确的main()方法
D.Example类必须导入java.lang包