RADA讲课讲稿.docx

上传人:b****7 文档编号:16319946 上传时间:2023-07-12 格式:DOCX 页数:12 大小:23.80KB
下载 相关 举报
RADA讲课讲稿.docx_第1页
第1页 / 共12页
RADA讲课讲稿.docx_第2页
第2页 / 共12页
RADA讲课讲稿.docx_第3页
第3页 / 共12页
RADA讲课讲稿.docx_第4页
第4页 / 共12页
RADA讲课讲稿.docx_第5页
第5页 / 共12页
RADA讲课讲稿.docx_第6页
第6页 / 共12页
RADA讲课讲稿.docx_第7页
第7页 / 共12页
RADA讲课讲稿.docx_第8页
第8页 / 共12页
RADA讲课讲稿.docx_第9页
第9页 / 共12页
RADA讲课讲稿.docx_第10页
第10页 / 共12页
RADA讲课讲稿.docx_第11页
第11页 / 共12页
RADA讲课讲稿.docx_第12页
第12页 / 共12页
亲,该文档总共12页,全部预览完了,如果喜欢就下载吧!
下载资源
资源描述

RADA讲课讲稿.docx

《RADA讲课讲稿.docx》由会员分享,可在线阅读,更多相关《RADA讲课讲稿.docx(12页珍藏版)》请在冰点文库上搜索。

RADA讲课讲稿.docx

RADA讲课讲稿

 

RAD(A)

专业

班级

学号

姓名

 

教研室主任

(签字)

 

学院院长(系主任)

(签字)

大连交通大学试卷

2008~2009学年第1学期

课程RAD(A卷)(R2005年级)

课程性质(□必修√专业限选□任选)考试方式(√闭卷□开卷)

得分

一、SingleChoice(SelecttheBestanswer)(30*2=60)

1、RADisbasedonWhichofthefollowing?

()

A.JavadeveloperkitB.VisualAgeforJava

C.WebsphereapplicationserverD.Eclipse

2、whichofthefollowingmethodreturnsthevalueofmultivaluedparameter?

()

A.getParameterNames()B.getParrmeterValues(Stringname)

C.getParameter(Stringname)D.getReader()

3、WhatisJ2EE?

()

A.java2electricenterpriseB.java2entryedition

C.java2enterpriseeditionD.java2endedition

4、Aperspectiveisacollectionof()

A.Customizationandconfigurationtools.B.Windowsandoperations.

C.Tasksandviews.D.Viewsandeditors.

5、Adeveloperwouldlikemoreinformationaboutaselectedmenuitemorbutton.Whatkey(s)doesadeveloperneedtopresstoaccessthecontent-sensitivehelpfortheselectedmenuitemorbutton?

()

A.F1B.F9C.Shift+EscD.Ctrl+Space

6、WhichofthefollowingisatransformationlanguageandaformattinglanguageusedtoautomatetheconversionofoneXMLdocumentintoanotherXMLdocument?

()

A.XSLB.CSSC.DLLD.HTML

7、WhichofthefollowingcanverifythataJ2EEplatformproductcomplileswiththestandardofJ2EEspecification?

()

A.J2EEPlatformB.J2EECompatibilityTestSuit

C.J2EEReferenceImplementationD.J2EEBlueprints

8、WhichofthefollowingisanAPIthatprovidesvendor-independentconnectivitytoavarietyofrelationaldatabases?

()

A.JDBCB.JTAC.JMSD.RMI-IIOP

9、ThereareaTraditionalJSPSyntax<%=customer.getFirstName()%>WhichofthefollowingiscorrespondingXMLJSPSyntax?

()

A.

expression>customer.getFirstName()

expression>

B.

declaration>customer.getFirstName()

declaration>

C.

scriptlet>customer.getFirstName()

scriptlet>

D.

root>customer.getFirstName()

root>

10、WhichofthefollowingisnotdefaultviewinDebugPerspective?

()

A.DebugViewB.OutlineViewC.ServerViewD.DataoutputView

题号

总分

得分

11、JSPELisinvokedusingtheconstruct()

A.${}B.#{}C.$[]D.#[]

12、WhencreateaservletwhichrespondstoHTTPrequest,youmustcreateaclassextends?

()

A.javax.servlet.http.HttpServletB.javax.http.Httpservlet

C.javax.servlet.HttpServletD.javax.HttpServlet

13、AJ2EEapplicationispackagedin?

()

A.EARB.WARC.JARD.RAR

14、WhichofthefollowingJSPsyntaxelementsareonlywritteninXMLsyntax?

()

A.DirectivesB.ScriptingC.CommentsD.Actions

15、WhichofthefollowingisnotJSPImplicitlyVariables?

()

A.SessionB.configC.outD.ServletConfig

16、Whatsteps,ifany,doesadevelopertaketospecifythebuildpathofaJavaProject?

()

A.BringupthecontextmenuonaprojectandchooseEditBuildPath.

B.BringupthecontextmenuonaprojectandchooseProperties,thenselectJavaBuildPathpage.

C.BringupthecontextmenuontheprojectbuildPathpropertiesfileandchooseEdit.

D.Thebuildpathisautomaticallydeterminedthroughimportstatementsdeveloperincludesincode.

17、ThecontentsofTasksviewcanbealteredby:

()

A.SelectingadifferentprojectintheJ2EENavigator

B.UsingacontentmenuinanopeneditorandselectingFilter->Tasksandchoosingaproblemseverity

C.ClickingtheFilterbuttonandselectingaProblemseverity

D.UsingcontextmenufromTasksviewandselectingFilter->Tasksandchoosingaprioritylevel.

18、AdevelopermodifiesaJSPandsavesthechanges.WhatstepMUSTbeperformedsothatthechangetakeeffectandthenewresultsaredisplayed?

()

A.RestarttheserverB.ClearthelocalJSPcache.

C.RecompiletheJSP.D.ClickRefreshorReloadbuttononbrowser.

19、AdeveloperalwayswantstoeditHTMLfilesusinganeditorotherthantheonesuppliedwhatistheBESTwayforthistobeaccomplished?

()

A.Editfilesonthefilesystemusingtheeditorofchoice.Thenusethe“Refreshfromlocal”optiontoincorporatethechanges.

B.UsetheWorkbench->FileAssociationsoptionofthe“Preferences”dialogtoassociatehtmlfileswiththepreferrededitor.

C.UsetheLauncheroptionofthe“Properties“dialogoftheWebproject.

D.UsetheWebTools->Filesoptionofthe“Preferences“dialog.

20、Whichofthefollowingviewwemustchoseforcreateanewdatabasetable?

()

A.SchemaB.DBserversC.DatadefinitionD.Navigator

21、Which of the following can be specified or configured in web.xml file?

()

 A. DataSource and JDBC Driver configuration

 B. HttpRequest Configuration (Such as timeouts)

 C. JavaBeans References 

 D. Servlet and JSP URL Mappings

22、In the Java perspective, which of the following CANNOT be created viaits own wizard?

()

 A. PackageB. ClassC. MethodD. Interface

考生注意:

考试时间60分钟试卷总分100分共3页第1页

 

专业

班级

学号

姓名

  

23、At the time of creating a Web project, if the "Create a default CSS File"

check box is Selectedwhere would the CSS file be created?

()

A. /Web Content/lib B. /Web Content/theme

C. /Web Content/styleD. /Web Content/css

24、Which perspective for working with Java projects consists of an editor 

area and theProjects, Packages,Types,and Members views?

 ()

A. Java Type HierarchyB. J2EE

C. WebD. Java Browsing

25、Adeveloperwantstoprovidecommand-lineargumentstoastandaloneJavaapplication.Thedevelopershouldspecifythearguments()

A.IntheArgumentstaboftheRundialoginaLaunchConfiguration

B.IntheProjectPropertiesdialogoftheJavaproject

C.UsingtheRunAsoption

D.UsingtheRunwithArgumentsoption

26、Javaeditortemplatesareusedto()

A.Configcodeformattingrules

B.Provideaconsistenteditorlookandfeel

C.Provideaquickwaytoentercommonlyusedblocksofcode

D.Setthemaximumlinewidthandtabindentationvalues

27、Tomaintainhistoryfilesonalocalsystemforoneweeksandthenhavethemautomaticallydeletedaftertheoneweekspasses,howwouldadevelopersettheWorkbenchPreferences?

()

A.“DaystokeepsFiles”LocalHistoryvalueto7

B.“FileAssociations”LocalHistoryvalueto7

C.Javafilesarchivevalueto7

D.Serverfilesarchivevalueto7

28、WhichofthefollowingisnotsupportedbyPageDesigner?

()

A.HTMLB.ASPC.JavaScriptD.JSP

29、WithinPageDesigner,whatarethethreerepresentationsofapage?

()

A.Page,View,andRunB.Page,View,andExecute

C.Design,Source,andExecuteD.Design,Source,andPreview

30、Whichofthefollowingis

useBean>defaultscope?

()

A.SessionB.ApplicationC.pageD.request

 

得分

二、MultipleChoice(20*2=40)

 

1、Which of the following database management systems are supported by RAD?

(Select3answers)

 A. DB2 Universal DatabaseB. Cloudscape

 C. Microsoft SQL ServerD. Jasmine

2、Where can breakpoints be set in JSPs?

 (Select2answers)

  A. On lines containing just HTML statements

B. On lines with mixed HTML and Java scriptlets

  C. On lines containing just scriptlets or expressions

D. On lines defining or using JSP Custom Tags

3、Whichofthefollowingaretrueaboutbreakpoint?

(Select2answers)

A.Ifthebreakpointisenabled,itsimagewillbeabluecircle

B.Ifthebreakpointisenabled,itsimagewillbeawhitecircle

C.Ifthebreakpointisdisabledtheimagewillbeawhitecircle

Ifthebreakpointisdisabledtheimagewillbeabluecircle

4、AcompanyisdesigningWebapplication.WhichofthefollowingtechnologiesProvide

amode-view-controllerframework?

(Select2answers)

A.StrutsB.ServletC.JSTLD.JSF

5 、Whichofthefollowingcorrectaboutdefinedatabase?

(Select3answers)

A.Todefineadatabase,youmusthaveaprojectdefined

B.Onceyouhavedefinedadatabase,youcanaddschemastoitthatcontainyourtables,views

C.TOaddschemasandtablestothedatabase,youshouldaddadatabaseintheDatabaseviewoftheDataperspective

D.Fromthepop-upmenuofaprojectwhereyouwanttocreatethedatabase,clickNew>Newdatabasedefinition.TheNewDatabaseDefinitionwizardopens

6、InthePropertiesdialog,selecttheJavaBuildPathpage,ClicktheLibrariestab,youcanaddaJARfiletothebuildclasspath(Select2answers)

A.ToaddaJARfilewhichisinsideyourworkspaceclicktheAddJARsbutton

B.ToaddanexternalJARfileclickthe AddExternalJARsbutton

C.ToaddanJARfileintheworkbenchoranywhereinyourfilesystemclickthe AddJARsbutton,

D.ToaddanexternalJARfile,youshouldimportittoyourworkbenchfirst

7、Whichofthefollowingcanbesetthroughjavaprojectproperties(Select2answers)

A.buildclasspathB.orderofimports

C.codeformattingrulesD.projectreferences

8、WhichofthefollowingpiecesofinformationaboutanerroraredisplayedintheProblemview?

(Select2answers)

A.AdetailederrordescriptionB.Alistofresourcesaffectedbytheerror

C.SuggestionsonhowtofixerrorD.Thelocationoftheerror

9、WhichofthefollowingcanbeconfiguredfromtheServletspageoftheWebDeploymentDescriptor?

(Select2answers)

A.FiltersB.URLMappings

C.InitializationparametersD.InvokerAttributes

10、Refactoringallowsadeveloperto:

(Select3answers)

A.Previewproposedchangesandtheireffects

B.Selectanddeselectcompilationunitnodespriortocommiting

C.Selectandextractasetofstatementsoranexpressionfromamethodbody

D.DefineexternalJARfilesthatcanbeincludedinthebuildclasspath

11、Whichofthefollowingaretrue(Select3answers)

A.EachWorkbenchwindowcontainsoneormoreperspectives

B.EachWorkbenchwindowcontainsonlyoneperspectiv

展开阅读全文
相关资源
猜你喜欢
相关搜索
资源标签

当前位置:首页 > IT计算机 > 互联网

copyright@ 2008-2023 冰点文库 网站版权所有

经营许可证编号:鄂ICP备19020893号-2