单选题Given that session is a valid HttpSession object: Int max = session.getAttribute(“MyReallyLongName”); Which is true?()AThe value returned needs to be cast to an int.BThe getAttribute methos takes two arguments.CPrimitive CANNOT be stored in the Htt
题目
单选题
Given that session is a valid HttpSession object: Int max = session.getAttribute(“MyReallyLongName”); Which is true?()
A
The value returned needs to be cast to an int.
B
The getAttribute methos takes two arguments.
C
Primitive CANNOT be stored in the HttpSession.
D
The HttpSession attribute name must NOT exceed eight characters.
相似考题