为了标识一个HTML文件,应该使用的HTML标记是______。
A、<p></p>
B、<head></head>
C、<html></html>
D、<form></form>
Javascript可以在浏览器中执行,也可以在Web服务器上执行
A、True
B、False
C、忽略此选项
D、忽略此选项
假设在helloapp应用中有一个HelloServlet类,它位于org.javathinker包下,那么这个类的class文件应该放在()目录下
A、helloapp/HelloServletclass
B、helloapp/WEB-INF/HelloServletclass
C、helloapp/WEB-INF/classes/HelloServletclass
D、helloapp/WEB-INF/classes/org/javathinker/HelloServletclass
A、next()
B、close()
C、back()
D、forward()
在Servlet中,response.getWriter()返回的是()
A、JspWriter对象
B、PrintWriter对象
C、Out对象
D、ResponseWriter对象