在配置Servlet时,需要书写weB、xml文件,哪个元素不是必须的() A、servlet-nameB、servlet-classC、url-patternD、url-mapping

在配置Servlet时,需要书写weB、xml文件,哪个元素不是必须的()

A、servlet-name

B、servlet-class

C、url-pattern

D、url-mapping


相关考题:

下列对于web.xml的配置说法错误的是()。 A、在web.xml描述中,首先要声明ServletB、在web.xml描述中,要指定这个Servlet的名字和类C、在web.xml描述中,要为Servlet做URL映射D、在web.xml中不可同时指定多个Servlet

在部署带有Servlet的Java Web程序时,()不是必需的。A.web.xml文件B.index.html文件C.WEB-INF文件D.classes文件

下面选项中,创建Servlet类后需要在哪个配置文件中进行配置()。A.web-config.xmlB.application.xmlC.config.xmlD.web.xml

在java Web应用开发中,Servlet程序需要在()文件中配置。A.JSPB.web.xmlC.struts.xmlD.servlet.xml

在Java web应用开发中,下面哪个标签元素()在web.xml配置文件中定义了Servlet的名称和具体实现类。A.<filter>B.<servlet>C.<url-pattern>D.<web-app>

关于 web.xml 的配置说法错误的是 ()A.在 web.xml 描述中,要指定这个 Servlet 的名字。B.在 web.xml 描述中,要指定这个 Servlet 的类。C.在 web.xml 描述中,要为 Servlet 做 URI 映射D.在 web.xml 中不可同时指定多个 Servlet

5、下列对于Servlet在web.xml中的配置说法错误的是()。A.在web.xml描述中,首先要声明ServletB.在web.xml描述中,要指定这个Servlet的类C.在web.xml描述中,要为Servlet做URI映射D.在web.xml中不可同时指定多个Servlet

【单选题】1、在JavaWeb中,Servlet程序需要在()文件中配置。A.web.xmlB.JSPC.struts.xmlD.servlet.xml

关于web.xml的配置说法错误的是()A.在web.xml描述中,要指定这个Servlet的名字B.在web.xml描述中,要指定这个Servlet的类C.在web.xml描述中,要为Servlet做URI映射D.在web.xml中不可同时指定多个Servlet