niusouti.com
更多“39Charisma would be an example of _____ power. A.Legitimate B.Reward C.Coercive D.ExpertE. ”相关问题
  • 第1题:

    AwebcomponentaccessesalocalEJBsessionbeanwithacomponentinterfaceofcom.example.Accountwithahomeinterfaceofcom.example.AccountHomeandaJNDIreferenceofejb/Account.WhichmakesthelocalEJBcomponentaccessibletothewebcomponentsinthewebapplicationdeploymentdescriptor?()

    A.A

    B.B

    C.C

    D.D


    参考答案:C

  • 第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


    参考答案:B, E

  • 第3题:

    动词时态可以用来表示不同的请求语气,请在空格中选择最能表示委婉语气的词。 ____ it be alright if I ____ the afternoon off on Friday?

    A.Would...took

    B.Will...take

    C.Would...take

    D.Will...took


    BC

  • 第4题:

    YouneedtocreateaJavaBeanobjectthatisusedonlywithinthecurrentJSPpage.ItmustNOTbeaccessibletoanyotherpageincludingthosethatthispagemightimport.WhichJSPstandardactioncanaccomplishthisgoal?()

    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’/>


    参考答案:B

  • 第5题:

    Assumethatanewstaglibrarycontainsthetagslookupanditem:lookupRetrievesthelatestnews headlinesandexecutesthetagbodyonceforeachheadline.ExposesaNESTEDpagescopedattributecalledheadlineoftypecom.example.Headlinecontainingdetailsforthatheadline.itemOutputstheHTMLforasinglenewsheadline.Acceptsanattributeinfooftypecom.example.Headlinecontainingdetailsfortheheadlinetoberendered.WhichsnippetofJSPcodereturnsthelatestnewsheadlinesinanHTMLtable,oneperrow?()

    A.

    B.

    C.

    D.


    参考答案:C

  • 第6题:

    为了使一个名为Example的类可以成功编译,运行,必须满足以下哪个条件?

    A.Example类必须被创建为一个对象

    B.Example类必须声明为public类

    C.Example类必须定义一个正确的main()方法

    D.Example类必须导入java.lang包


    C