试题详情
- 多项选择题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>
关注下方微信公众号,在线模考后查看

热门试题