在session对象的属性和方法中,( )的功能是获取一个与指定名称name相联系的属性值。
A: getAttribute(String name)
B: getAttributeNames()
C: getCreationYime()
D: getId()
A: getAttribute(String name)
B: getAttributeNames()
C: getCreationYime()
D: getId()
举一反三
- 在session对象的属性和方法中,( )方法的功能是获取一与指定名字name相联系的属性值。 A: getAttribute(string name) B: getAttributeNames() C: getCreationYime() D: getId()
- 在 session对象的属性和方法中,()的功能是获取一个与指定名称name相联系的属性值。
- session对象中用于设定指定名字的属性值,并且把它存储在session对象中的方法是()。 A: setAttribute B: getAttributeNames C: getValue D: getAttribute
- 关于JSP的request对象的主要方法,陈述有误的是。 A: getParameter(String name) :用于获得客户端传送给服务器端的参数值。 B: getAttribute(String name):用于返回name指定的属性值。 C: getParameterValues(String name) :用于获得客户端传送给服务器端的所有参数名字。 D: removeAttribute(String name) :用于删除请求中的一个属性。
- 用于从ServletContext中检索属性的方法是( )。 A: Object getObject(int index) B: Object getAttribute(String name) C: String getObjext(int index) D: String getAttribute(String name)