网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
Youneedtostoreafloatingpointnumber,calledTsquare,inthesessionscope.Whichtwocodesnippetsallowyoutoretrievethisvalue?()
A.floatTsquare=session.getFloatAttribute("Tsquare");
B.floatTsquare=(Float)session.getAttribute("Tsquare");
C.floatTsquare=(float)session.getNumericAttribute("Tsquare");
D.floatTsquare=((Float)session.getAttribute.("Tsquare")).floatValue();
E.floatTsquare=((Float)session.getFloatAttribute.("Tsquare")).floatValue;
参考答案
更多 “ Youneedtostoreafloatingpointnumber,calledTsquare,inthesessionscope.Whichtwocodesnippetsallowyoutoretrievethisvalue?() A.floatTsquare=session.getFloatAttribute(Tsquare);B.floatTsquare=(Float)session.getAttribute(Tsquare);C.floatTsquare=(float)session.getNumericAttribute(Tsquare);D.floatTsquare=((Float)session.getAttribute.(Tsquare)).floatValue();E.floatTsquare=((Float)session.getFloatAttribute.(Tsquare)).floatValue; ” 相关考题
热门标签
最新试卷