试题详情
- 多项选择题Given that a scoped attribute cart exists only in a user’s session, which two,taken independently,ensurethe scoped attribute cart no longer exists?()
A、${cart = null}
B、<c:remove var="cart" />
C、<c:remove var="${cart}" />
D、<c:remove var="cart" scope="session" />
E、<c:remove scope="session">cart</c:remove>
- B,D
关注下方微信公众号,在线模考后查看
热门试题
- 编写一个应用程序,对程序中给定的四个do
- 判断一个整数能被几个9整除
- 多线程中,可以通过调用相应的()方法来修
- public interfa
- 现有 import&ens
- 现有: class&ens
- Which two̳
- 下面的说法正确的是()
- Which three&ens
- Given this&ens
- 类Teacher: clas
- public class&e
- Java语言中异常的分类是哪项?()
- 输入一行字符,分别统计出其中英文字母、空
- Which element&
- 在子类中调用父类中被覆盖的方法时需要使用
- public c
- 将一个数组中值=0的项去掉,将不为0的值
- 如何将字符串转换为数值?()
- 选出不正确的叙述()。