【单选题】假设在helloapp应用中有一个HelloServlet类,它位于org.javathinker包下,那么这个类的class文件应该放在哪个目录:
A.
helloapp/HelloServlet.class
B.
helloapp/WEB-INF/HelloServlet.class
C.
helloapp/WEB-INF/classes/HelloServlet.class
D.
helloapp/WEB-INF/classes/org/javathinker/HelloServlet.class
【单选题】下列关于破产财产分配的说法中,( )符合《企业破产法》的规定。
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