单项选择题
下面关于配置web默认页面index.html的说法中,正确的是()。
A.<welcome-file-list><welcome-files>index.html</welcome-files></welcome-file-list>
B.<welcome-file-lists><welcome-file>index.html</welcome-file></welcome-file-lists>
C.<welcome-file-list><welcome-file>index.html</welcome-file></welcome-file-list>
D.<welcome-file-lists><welcome-files>index.html</welcome-files></welcome-file-lists>
点击查看答案&解析
相关考题
-
单项选择题
关于HTTP请求中的GET和POST方法下面叙述正确的是()。
A.GET方法提交数据会将所有数据显示在URL地址的后面
B.POST方法提交数据会将所有数据显示在URL地址的后面
C.GET方法提交数据更安全
D.使用POST方法提交汉字数据不会乱码 -
单项选择题
下面JSP标签中,具有转发功能的是()。
A.<jsp:include>
B.<jsp:forward>
C.<jsp:param>
D.<jsp:redirect> -
单项选择题
访问如下的URL地址:http://www.example.cn/HelloServlet?name=youjun&name=tom&age=30则在HelloServlet用getParameter(“name”)方法取到的值是()。
A.youjun
B.tom
C.youjuntom
D.30
