相关考题
-
单项选择题
下面哪一个方法可以从ServletContext对象内读取某个属性()
A.String getAttribute(int index)
B.String getAttribute(String name)
C.Object getAttribute(String name)
D.Enumeration getAttribute(String name) -
单项选择题
用于表示Statement对象返回结果的是()
A.ResultSet
B.DriverManager
C.PreparedStatement
D.Connection -
单项选择题
下面哪一个指明向客户端发送文本的编码格式()
A.Content-Type
B.Content-Encoding
C.Content-Length
D.Allow
