1、InJ2EEproject,whichcomponentcompletetheViewfunctionofMVCpattern?A、JSPB、ServletC、JavaBeanD、EJB2、ThefunctionoftheuseofcontrollerisA、ReducesdevelopmenttimeB、ContainsnoinformationabouttheuserinterfaceC、CommunicatebetweenthemodelandviewD、Representawindowintothemodel3、WhichofthefollowingcomponentsisnotthewebcomponentofJ2EE?A、HTMLB、JSPC、ServletD、EJB4、WhichofthefollowingitemsaboutServletiscorrect?A、Aservletisastandard,client-sidecomponentB、ManagedbytheWebcontainerC、RunsintheclienttierD、makingupofJavacode+CGIscripts5、AttheendofserviceofServletlifecycle,thecontainerdestroysandgarbagecollectstheservlet,andcallswhichmethod?A、doGet()B、doPost()C、init()D、destroy()6、WhicnObjectisusedbythewebcontainertopassinformationtotheservletduringinitialization?A、ServletConfigB、GenericServletC、ServletContextD、null7、FormdataorquerydataissentfromtheWebbrowsertotheWebserver,foraGET,dataispassedwithA、asapartoftherequestbodyB、withrequeststringC、DTDD、IDataObject8、TheJSPpageisconvertedintoawhatandexecutedA、WebContainerB、servletC、JSPD、HTML9\WhencompilationisperformedA、NoclassfileexistsB、JSPhasbeenreadsincelastcompilationC、everytimeD、Nojavafileexists10\Whichscopeallowsreferencestobesharedacrossthecurrentuser’ssessionA、ApplicationB、SessionC、RequestD、Page11\ReferencestoobjectswithapplicationscopearestoredinthewhichobjectA、applicationB、ServletContextC、ServletConfigD、Page12WhataremessagesfortheJSPengine.A、JSPdirectivesB、JSPdeclarationsC、JSPengineD、scriptlets13Whichofthefollowingsyntaxiscorrect?A、%@pageimport=java%B、%@pagesession=true%C、%@pagebuffer=noneautoFlush=true%D、%@includeimg=relativeURLspec%14Howtodeclarestrutsbeantaglibrary?A、%@tagliburi=/struts-beanprefix=bean%B、%@tagliburl=/struts-beanprefix=bean%C、%@includefile=/struts-bean%D、%@includeurl=/struts-bean%15WhichisJSPcomments?A、%--comment--%B、%=comment%C、%comment%D、%}comment{%16AJSPpagecannotbeinvokedbywhat?A、byURLsyntax:******.jspB、usingthesameRequestDispatcherinterfaceusedtocallservletsfromservletsC、fromanotherJSPpagewithintheFORMtagD、fromanotherJSPpageusingRequestDispatcherinterface17Whatisasetofspecificationsthatdetailshowcomponentsinteractwitheachotherandwithothersoftwaretools?A、ComponentB、ComponentArchitectureC、JavaBeansD、JavaBean/Bean18Usewhatmethodtogetthebooleanpropertynamedtestofabean?A、istest()B、isTest()C、gettest()D、getTest()19WhichofthefollowingisthecorrectMIMEtype?A、application/x-pdfB、text/xml()C、text/JSP()D、application/gzip()20whichviewcanusedtodesignJspelementsinRAD?A、serverviewB、consoleviewC、paletteviewD、questionview1、InJ2EEproject,whichcomponentcompletetheControllerfunctionofMVCpattern?A、JSPB、ServletC、JavaBeanD、EJB2\ThecharacteristicofModelinisMVCpatternisA、TheuserinterfaceB、ContainsnoinformationabouttheuserinterfaceC、CommunicatebetweenthemodelandviewD、Representawindow3\WhichofthefollowingcomponentsisthewebcomponentofJ2EE?A、AppletB、JSPC、WASD、EJB4\WhichofthefollowingitemsaboutServletProcessFlowisnotcorrect?A、Webcontainerwillcallsservlet'sservicemethodatfirstB、ClientmakesarequestnamingaservletaspartoftheURLC、Webserverforwardsrequesttowebcontainer,whichlocatesaninstanceofaServletclass.D、Theservletbuildsaresponsedynamically5、AtthebeginningofserviceofServletlifecycle,whichmethodperformsone-timeactivities,suchasloadingofservletparameters,andinitializescostlyresources.A、doGet()B、doPost()C、init()D、destroy()6、WhicnObjectprovidesservicestoallowtheservlettosupplyaresponsetotherequestingclient?A、HttpServletRequestB、HttpSessionC、HttpServletResponseD、null7\FormdataorquerydataissentfromtheWebbrowsertotheWebserver,foraPost,dataispassedwithA、asapartoftherequestbodyB、withrequeststringC、DTDD、IDataObject8\whichisnotthefuctionofPageCompilationA、JSPsourceisparsedB、JavaservletcodeisgeneratedC、ThisJSPservletiscompiled,loaded,andrunD、Javaservletisdastroyed9、startingwithwhatoftherequestparametersarereservedA、withjsp_B、withjava_C、withpre_D、withcom_10\Whichscopescopehastheshortestlifespan;eveniftherequestisforwardedtoanotherpage,theobjectreferenceislost.A、ApplicationB、SessionC、RequestD、Page11\ReferencestoobjectswithsessionscopearestoredinthewhichobjectA、applicationB、ServletContextC、ServletConfigD、session12Whatareevaluatedatruntime.A、JSPdirectivesB、JSPdeclarationsC、JSPexpressionsD、scriptlets13Whichofthefollowingsyntaxisnotcorrect?A、%@pagelanguage=java%B、%@pageimport=java.io.*,java.util.Hashtable%C、%@pageerrorPage=true...%D、%@pageisErrorPage=true%14Howtosubstitutetext/codeattranslation(compile)timewithheader.htm?A、%@tagliburi=/header.htmprefix=html%B、%@tagliburl=/header.htmprefix=html%C、%@includefile=/header.htm%D、%@includeurl=/header.htm%15WhichisJSPdeclaration?A、%--declaration--%B、%=declaration%C、%declaration%D、%!declaration%16HowtoinvokaservletfromaJSPPageA、byURLsyntax:、usingRequestDispatcherinterfaceC、withinthe“action”attributeofFORMtagD、withinthe“method”attributeofFORMtag17WhatisJava'ssoftwarecomponentmodelspecification?A、ComponentB、ComponentArchitectureC、JavaBeansD、JavaBean/Bean18Usewha