未分类题
现有包结构:com|--x||--Alpha.class||||--y||--Beta.class||--Gamma.class和类://insertcodehereimportcom.*;importcom.x.y.*;classTest{Alphaa;Betab;Gammac;}哪两行分别插入后可允许代码编译?()
A.packagecom.;
B.importcom.x;
C.packagecom.x;
D.importcom.x.Alpha;
【参考答案】
C, D
点击查看答案
<上一题
目录
下一题>
热门
试题
未分类题
Whichthe threearevaliddeclarationsofafloat?()
点击查看答案
未分类题
Youaredevelopingseveraltaglibrariesthatwillbesoldfordevelopmentofthird-partywebapplications.YouareabouttopublishthefirstthreelibrariesasJARfiles:container-tags.jar,advanced-html-form-tags.jar,andbasic-html-form-tags.jar.WhichtwotechniquesareappropriateforpackagingtheTLDfilesforthesetaglibraries?()A.TheTLDmustbelocatedwithintheWEB-INFdirectoryoftheJARfile.B.TheTLDmustbelocatedwithintheMETA-INFdirectoryoftheJARfile.C.TheTLDmustbelocatedwithintheMETA-INF tld directoryoftheJARfile.D.TheTLDmustbelocatedwithinasubdirectoryofWEB-INFdirectoryoftheJARfile.E.TheTLDmustbelocatedwithinasubdirectoryofMETA-INFdirectoryoftheJARfile.
点击查看答案
相关试题
通过Oracle SQL Developer可完成的DBA操...
下列针对linux维护操作过程中,配置文件说...
下列关于oracle数据库角色以及权限控制说法...
下列不属于DataGuard 优点的是()。
Jenkins基于DOCKER的安装要求必须安装如下...