A、目前只能运行在Windows平台上
B、ASP的代码是解释执行的,性能较好
C、用户只能看到ASP的运行结果,而不是代码本身
D、ASP代码可以用多种脚本语言的编写
A、pageContext
B、context
C、application
D、out
假设在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
ASP.NET3.5控件引入了(),具有一定的智能性。
A、服务器端验证
B、客户端验证
C、终端验证
D、窗体验证