多项选择题
Given that a scoped attribute cart exists only in a user’s session, which two, taken independently, ensure the scoped attribute cart no longer exists?()
	
	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> 
	F. <c:remove var="${cart}" scope="session" /> 
	G. <c:remove scope="session">${cart}</c:remove>
                    
                            点击查看答案&解析
                
                
            相关考题
- 
                                    单项选择题
                                    
Which option prevents the exception thrown by my:errorProne from invoking the error page mechanism and outputs the message "File not found" in the response?()
A.A
B.B
C.C
D.D
E.E - 
                                    单项选择题
                                    
Whichinterfacemustaclassimplementsothatinstancesoftheclassarenotifiedafteranyobjectisaddedtoasession?()
A. javax.servlet.http.HttpSessionListener
B. javax.servlet.http.HttpSessionValueListener
C. javax.servlet.http.HttpSessionBindingListener
D. javax.servlet.http.HttpSessionAttributeListener - 
                                    单项选择题
                                    
The tl:task tag supplies information about a single task while the tl:taskList tag does the final output. The tag handler for tl:taskList is TaskListTag. The tag handler for tl:task is TaskTag. Both tag handlers extend BodyTagSupport. Which allows the tl:taskList tag to get the task names from its nested tl:task children?()
A.A
B.B
C.C
D.D
E.E