下面关于配置web默认页面index.html的说法中,正确的是()
A. index.html
B. index.html
C. index.html
D. index.html
查看答案
下面选项中,哪个头字段用于指定客户端用什么样的数据编码方式?()
Accept-Charset
B. Accept
C. Accept-Encoding
D. Accept-Language
下面选项中,关于配置虚拟目录所需要添加的结点是()
A.
B.
C.
D.
下面选项中,哪个头字段用于通知客户端获取请求文档的新地址?()
Accept
B. Accept-Range
C. Accept-Location
D. Location
假设在helloapp应用中有一个HelloServet.java类,它位于com.itheima包中,那么这个类的.class文件的存放路径应该是什么?( )
A. helloapp/HelloServlet.class
B. helloapp/WEB-INF/HelloServlet.class
C. helloapp/WEB-INF/classes/HelloServlet.class
D. helloapp/WEB-INF/classes/com/itheima/HelloServlet.class