假设在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、RequiredFieldValidator()
B、CompareValidator()
C、RangeValidator()
D、SubmitValidator()
A、多行文本框名称
B、设置最多可以输入的行数
C、设置每行可以输入的字符
D、设置每列可以输入的字符数
Global.asax文件中Session_Start事件何时激发()
A、在每个请求开始时激发
B、尝试对使用进行身份验证时激发
C、启动会话时激发
D、在应用程序启动时激发