单项选择题
假设在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
点击查看答案
相关考题
-
单项选择题
假设在helloapp应用中有一个hello.jsp,它的文件路径如下:%CATALINA_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 -
单项选择题
Socket被称为套接字,是通用的()接口。
A.数据库
B.应用程序
C.网络编程
D.客户机/服务器 -
单项选择题
可以利用Errors集合的()来判断是否有错误发生
A.Number属性
B.Description属性
C.Count
D.Source属性
