举一反三
- 下面关于配置web默认页面index.html的说法中,正确的是() A: index.html B: index.html C: index.html D: index.html
- 下面关于配置web默认页面index.html的说法中,正确的是( ) A: <welcome-file-lists> <welcome-file>index.html</welcome-file> </welcome-file-lists> B: <welcome-file-list> <welcome-files>index.html</welcome-files> </welcome-file-list> C: <welcome-file-lists> <welcome-files>index.html</welcome-files> </welcome-file-lists> D: <welcome-file-list> <welcome-file>index.html</welcome-file> </welcome-file-list>
- 下面关于配置web应用的默认页面,说法正确的是()
- 下面关于配置一个WEB应用的默认页面时,说法正确的是()
- 在web.xml文件中,配置index.html欢迎页面正确的是() A: index.html B: index.html C: index.html D: index.html
内容
- 0
下面关于配置web默认页面index.html的说法中,正确的是() A: <welcome-file-lists><welcome-files>index.html</welcome-files></welcome-file-lists> B: <welcome-file-list><welcome-file>index.html</welcome-file></welcome-file-list> C: <welcome-file-lists><welcome-file>index.html</welcome-file></welcome-file-lists> D: <welcome-file-list><welcome-files>index.html</welcome-files></welcome-file-list>
- 1
在web.xml文件中,配置index.html欢迎页面正确的是()
- 2
【单选题】下列关于访问HTML页面与Servlet的说法,错误的是 A. 它们都使用HTTP协议 B. 访问HTML页面时,Web服务直接返回HTML页面,访问Servlet时,Web服务器调用Servlet的方法,由Servlet动态生成HTML页面 C. 访问HTML页面 时,Web服务直接返回HTML页面;访问Servlet时,Web服务器直接返回Servlet的源码 D. 后者需要在web.xml文件中配置URL路径
- 3
下面关于配置Web应用的缺省Servlet的说法中,正确的是()
- 4
下面关于配置整个Web应用的初始化参数的说法中,正确的是()