单项选择题
JSP页面中request.getParamter(String)得到的数据,其类型是()。
A.Double
B.int
C.String
D.Integer
点击查看答案&解析
相关考题
-
单项选择题
能在浏览器的地址栏中看到提交数据的表单提交方式是()。
A.submit
B.get
C.post
D.out -
单项选择题
在JSP中为内置对象定义了4种作用范围,即Application Scope、Session Scope、Page Scope和()四个作用范围。
A.Request Scope
B.Response Scope
C.Out Scope
D.Writer Scope -
单项选择题
Servlet获得初始化参数的对象是()。
A.Request
B.Response
C.ServletConfig
D.ServletContext
