下面选项中, 用于根据指定名称获取ServletContext的域属性值的方法是()
Object getAttibute(String name)
举一反三
- 下面选项中,用于根据指定名称获取ServletContext的域属性值的方法是 A: StringgetAttibute(Stringname) B: ObjectgetAttibute(Stringname) C: StringgetAttibute(Objectname) D: ObjectgetAttibute(Objectname)
- 下面选项中, 用于设置ServletContext的域属性的方法是
- 【单选题】[br][/br]下面选项中, 用于根据指定名称删除ServletContext匹配的域属性的方法是() A: void remove(String name) B: void removeAttribute(Object name) C: void removeAttribute(String name) D: Object removeAttribute(String name)
- 下面方法中,用于获取ServletContext对象的方法是()
- 智慧职教: 根据属性名称getAttribute()方法可获取指定元素对象对应的属性值。()
内容
- 0
下面选项中,用于供外界获取javaBean的price属性值的方法是()。
- 1
根据属性名称getAttribute()方法可获取指定元素对象对应的属性值。() A: 正确 B: 错误
- 2
ServletContext接口中定义了用于查询、增加、删除、设置ServletContext域属性的方法
- 3
下面选项中,用于设置ServletContext的域属性的方法是 A: setAttribute(Stringname,Stringobj) B: setParameter(Stringname,Objectobj) C: setAttribute(Stringname,Objectobj) D: setParameter(Stringname,Objectobj)
- 4
下面选项中,用于监听ServletContext域对象创建及销毁的监听器接口是( )