欢迎来到求知题库网 求知题库官网
logo
全部科目 > Java认证考试 > SCWCD(310-083)

多项选择题

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;

点击查看答案

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题