【单选题】假设在 myServlet 应用中有一个M yServlet 类,在 web.xml 文件中进行配置如下: servlet ch5.MyServlet servlet /hello
A.
http://localhost:8080/MyServlet
B.
.http://localhost:8080/servlet
C.
http://localhost:8080/hello
D.
http://localhost:8080/ch5/MyServlet
【单选题】下列关于破产财产分配的说法中,( )符合《企业破产法》的规定。
C.
债权人自最后分配公告之日起满2年仍不领取的,视为放弃受领分配的权利
D.
破产财产分配时,对于诉讼未决的债权,管理人应当将其分配额提存
【单选题】假设在helloapp应用中有一个hello.jsp,文件路径为C:/Tomcat/webapps/helloapp/hello/hello.jsp那么在浏览器端访问hello.jsp的URL是( )
A.
http://localhost:8080/hello.jsp
B.
http://localhost:8080/helloapp/hello.jsp
C.
http://localhost:8080/helloapp/hello/hello.jsp
D.
http://localhost:8080/helloapp/hello
【单选题】假设在helloapp应用中有一个hello.jsp,它的文件路径如下:%JA VA_HOME%/webapps/helloapp/hello/hello.jsp 那么在浏览器端访问hello.jsp的URL是什么? ()
A.
http://localhost:8080/hello.jsp
B.
http://localhost:8080/helloapp/hello.jsp
C.
http://localhost:8080/helloapp/hello/hello.jsp
D.
http://localhost:8080/webapps/helloapp/hello/dello.jsp