网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
在J2EE中,标签库中文件(*.tld)存放在()目录下。
- A、WEB—INF
- B、WEB—INF/tags
- C、WEB—INF/classes
- D、WEB—INF/lib
参考答案
更多 “在J2EE中,标签库中文件(*.tld)存放在()目录下。A、WEB—INFB、WEB—INF/tagsC、WEB—INF/classesD、WEB—INF/lib” 相关考题
考题
Inwhichthreedirectories,relativetoawebapplication’sroot,mayataglibrarydescriptorfileresidewhendeployeddirectlyintoawebapplication?()
A./WEB-INFB./META-INFC./WEB-INF/tldsD./META-INF/tldsE.WEB-INF/resourcesF./META-INF/resources
考题
AJSPpagecontainsataglibdirectivewhoseuriattributehasthevaluedbtags.WhichXMLelementwithinthewebapplicationdeploymentdescriptordefinestheassociatedTLD?()
A.tlduridbtags/urilocation/WEB-INF/tlds/dbtags.tld/location/tldB.tagliburidbtags/urilocation/WEB-INF/tlds/dbtags.tld/location./taglibC.tld.tld-uridbtags/tld-uri.tld-location/WEB-INF/tlds/dbtags.tld/tld-location./tldD.taglibtaglib-uridbtags/taglib-uritaglib-location/WEB-INF/tlds/dbtags.tld./taglib-location./taglib
考题
在下面哪个web应用目录中可以放置所需要的class文件?() A、 /WEB-INF/libB、 /META-INF/libC、 /classes 放置已经编译的类文件D、 /WEB-INF/classes
考题
在Web应用程序中web.xml配置了Servlet的信息,如果你的项目为LoginDemo,那么web.xml最可能位于哪个目录下?()A、LoginDemo/B、LoginDemo/src/C、LoginDemo/logindemo/WEB-INF/bin/D、LoginDemo/logindemo/WEB-INF/
考题
A JSP page contains a taglib directive whose uri attribute has the value dbtags. Which XML element withinthe web application deployment descriptor defines the associated TLD?()A、tlduridbtags/urilocation/WEB-INF/tlds/dbtags.tld/location/tldB、tagliburidbtags/urilocation/WEB-INF/tlds/dbtags.tld/location. /taglibC、tld. tld-uridbtags/tld-uri. tld-location/WEB-INF/tlds/dbtags.tld/tld-location . /tldD、taglibtaglib-uridbtags/taglib-uritaglib-location/WEB-INF/tlds/dbtags.tld. /taglib-location. /taglib
考题
在tomcat的一个虚拟目录里,如果我们需要增加一个我们自己的类文件,那么对于一个已经编译好的类文件我们应该把包拷贝到哪里?()A、WEB-INF/B、WEB-INF/configC、WEB-INF/classesD、WEB-INF/lib
考题
某公司采用了JSP+Bean模式来完成某个开发任务。如果采用TOMCAT服务器,那么项目中的Java Bean在发布时应该放在()目录中。A、WEB-INFB、WEB-INF/libC、WEB-INF/classesD、webapps
考题
现在我们为MyWebApp开发了一些Servlet,应该将这些Servlet发布于()文件夹中。A、/(根目录)B、/WEB-INF/C、/WEB-INF/classesD、/WEB-INF/lib
考题
In which three directories, relative to a web application’s root, may a tag library descriptor file reside when deployed directly into a web application?()A、 /WEB-INFB、 /META-INFC、 /WEB-INF/tldsD、 /META-INF/tldsE、 WEB-INF/resourcesF、 /META-INF/resources
考题
In which two web application directories can dependent classes and libraries be located? ()A、 /WEB-INF/lib as a JAR fileB、 /META-INF/lib as a JAR fileC、 /classes as compiled class filesD、 /WEB-INF/lib as compiled class filesE、 /WEB-INF/classes as compiled class filesF、 /META-INF/classes as compiled class files
考题
单选题A JSP page contains a taglib directive whose uri attribute has the value dbtags. Which XML element withinthe web application deployment descriptor defines the associated TLD?()A
tlduridbtags/urilocation/WEB-INF/tlds/dbtags.tld/location/tldB
tagliburidbtags/urilocation/WEB-INF/tlds/dbtags.tld/location. /taglibC
tld. tld-uridbtags/tld-uri. tld-location/WEB-INF/tlds/dbtags.tld/tld-location . /tldD
taglibtaglib-uridbtags/taglib-uritaglib-location/WEB-INF/tlds/dbtags.tld. /taglib-location. /taglib
考题
单选题假设web应用的文档根目录为MyApp,那么可以从哪里找到database.jar文件()A
MyApp目录下B
MyApp/images目录下C
MyApp/WEB-INF目录下D
MyApp/WEB-INF/lib目录下
考题
多选题In which three directories, relative to a web application’s root, may a tag library descriptor file reside when deployed directly into a web application?()A/WEB-INFB/META-INFC/WEB-INF/tldsD/META-INF/tldsEWEB-INF/resourcesF/META-INF/resources
考题
多选题In which two web application directories can dependent classes and libraries be located? ()A/WEB-INF/lib as a JAR fileB/META-INF/lib as a JAR fileC/classes as compiled class filesD/WEB-INF/lib as compiled class filesE/WEB-INF/classes as compiled class filesF/META-INF/classes as compiled class files
考题
单选题现在我们为MyWebApp开发了一些Servlet,应该将这些Servlet发布于()文件夹中。A
/(根目录)B
/WEB-INF/C
/WEB-INF/classesD
/WEB-INF/lib
考题
多选题In which three directories, relative to a web application’s root, may a tag library descriptor file reside whendeployed directly into a web application?()A/WEB-INFB/META-INFC/WEB-INF/tldsD/META-INF/tldsE/WEB-INF/resourcesF/META-INF/resources
考题
单选题在下面哪个web应用目录中可以放置所需要的class文件?()A
/WEB-INF/libB
/META-INF/libC
/classes 放置已经编译的类文件D
/WEB-INF/classes
考题
( 难度:中等)一个标准的web动态网站的目录结构应该包含下面哪些部分()A.WEB-INF目录B.WEB-INF/wexmlC.WEB-INF/classD.WEB-INF/libE.WEB-INF/static
热门标签
最新试卷