假设在 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、DataAdapter
B、DataSet
C、DataView
D、DataReader
下面哪项是错误的设置 Bean属性值的方法。( )
A、
B、
C、
D、
A、Page_OnLoad()
B、Page_UnLoad()
C、Page_Submit()
D、Page_Submit()
Session 状态和 Cookies 状态的最大区别是 ( )
A、容量不同
B、类型不同
C、生命周期
D、存储的位置不同