单项选择题
web程序a中有一个index.html网页文件,现部署在tomcat上的名字是b,以下哪个url可以访问到index网页?()
A.http://localhost:8080/index.htmlB.http://localhost:8080/a/index.htmlC.http://localhost:8080/b/index.htmlD.http://localhost:8080/a/b/index.html
单项选择题 在web.xml中下面哪一个标签标识servlet的URL映射?()
单项选择题 点击超链接后,自定义servlet重写哪个方法会出现405错误()。
单项选择题 自定义servlet类需要()。