在J2EE中,标签库中文件(*.tld)存放在()目录下。A、WEB—INFB、WEB—INF/tagsC、WEB—INF/classesD、WEB—INF/lib

在J2EE中,标签库中文件(*.tld)存放在()目录下。

  • A、WEB—INF
  • B、WEB—INF/tags
  • C、WEB—INF/classes
  • D、WEB—INF/lib

相关考题:

JavaBean文件应保存在()。 A、Web服务器的发布目录下B、WEB-INF\classes下C、WEB-INF下D、webapps下

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/

一个servlet的类文件必须发布在虚拟目录里的什么文件夹下?()。A、ROOTB、WEB-INF/libC、WEB-INF/classesD、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

在一个war文件包中,请问web.xml文件缺省在()目录下。A、WEB-INFB、APP-INFC、META-INFD、WEB-INF/lib

在WAR文件中,web.xml放在哪个目录中()A、 WEB-INFB、 APP-INFC、 META-INFD、 WEB-INF/lib

在WEB应用程序的目录结构中,在WEB-INF文件夹中的lib目录是放()的。A、.jsp文件B、.class文件C、.jar文件D、web.xml文件

自定义标签的配置文件放在()。A、WebRootB、libC、classesD、WEB-INF

在Web项目的目录结构中,web.xml文件位于()中。 A、src目录B、文档根目录C、META-INF目录D、WEB-INF目录

在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

单选题在WAR文件中,web.xml放在哪个目录中()A WEB-INFB APP-INFC META-INFD WEB-INF/lib

单选题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?()Atlduridbtags/urilocation/WEB-INF/tlds/dbtags.tld/location/tldBtagliburidbtags/urilocation/WEB-INF/tlds/dbtags.tld/location. /taglibCtld. tld-uridbtags/tld-uri. tld-location/WEB-INF/tlds/dbtags.tld/tld-location . /tldDtaglibtaglib-uridbtags/taglib-uritaglib-location/WEB-INF/tlds/dbtags.tld. /taglib-location. /taglib

单选题假设web应用的文档根目录为MyApp,那么可以从哪里找到database.jar文件()AMyApp目录下BMyApp/images目录下CMyApp/WEB-INF目录下DMyApp/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

单选题在J2EE中,标签库中文件(*.tld)存放在()目录下。AWEB—INFBWEB—INF/tagsCWEB—INF/classesDWEB—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