A.<%! int i; %> B.<%= int i; %> C.<jsp:expr>int i;</jsp:expr> D.<jsp:scriptlet>int i;</jsp:scriptlet> E.<jsp:declaration>int i;</jsp:declaration>
A./WEB-INF B./META-INF C./WEB-INF/tlds D./META-INF/tlds E./WEB-INF/resources F./META-INF/resources
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>