单项选择题

在jsp中删除session中的某个属性key,则可以调用该session的()方法。

A.remove("key")
B.removeAttribute("key")
C.invalidate()
D.logout()