试题详情
多项选择题 You need to store a floating point number,called Tsquare,in the session scope. Which two code snippetsallow you to retrieve this value?()

A、float Tsquare = session.getFloatAttribute("Tsquare");

B、float Tsquare = (Float) session.getAttribute("Tsquare");

C、float Tsquare = (float) session.getNumericAttribute("Tsquare");

D、float Tsquare = ((Float) session.getAttribute.("Tsquare")).floatValue();

E、float Tsquare = ((Float) session.getFloatAttribute.("Tsquare")).floatValue;

  • B,D
  • 关注下方微信公众号,在线模考后查看

热门试题