试题详情
- 单项选择题 One of the use cases in your web application uses many session-scoped attributes. At the end of the usecase, you want to clear out this set of attributes from the session object. Assume that this static variableholds this set of attribute names: 201.private static final Set
USE_CASE_ATTRS; 202.static { 203.USE_CASE_ATTRS.add("customerOID"); 204.USE_CASE_ATTRS.add("custMgrBean"); 205.USE_CASE_ATTRS.add("orderOID"); 206.USE_CASE_ATTRS.add("orderMgrBean"); 207.} Which code snippet deletes these attributes from the session object?() A、session.removeAll(USE_CASE_ATTRS);
B、for( String attr : USE_CASE_ATTRS ){ session.remove(attr); }
C、for( String attr : USE_CASE_ATTRS ){session.removeAttribute(attr);}
D、for( String attr : USE_CASE_ATTRS ){session.deleteAttribute(attr);}
E、session.deleteAllAttributes(USE_CASE_ATTRS);
- C
关注下方微信公众号,在线模考后查看
热门试题
- Which four&ensp
- 1. public&ensp
- Which three
- 计算s=2!+4!+8!+11!。(首先
- 程序员想要创建一个名为MyThread
- 如果XextendsY,那么()
- 当运行—个Java程序时,传递参数的格式
- 在创建JBuilder工程的步骤中,下面
- 下面代码的输出结果是什么()。
- Which two̳
- 举例说明类和类之间的关系。
- class One&ensp
- String与StringBuffer的
- 11. public
- 请选择下面代码的输出结果()。
- What is th
- 10. class&ensp
- 1. class
- 以下关于GUI事件处理模型的叙述,哪两项
- 类的静态成员与普通的对象成员之间有什么区