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

多项选择题

You need to store a Java long primitive attribute, called customerOID, into the session scope.
Which two code snippets allow you to insert this value into the session?()

    A.long customerOID = 47L;session.setAttribute("customerOID", new Long(customerOID));
    B.long customerOID = 47L;session.setLongAttribute("customerOID", new Long(customerOID));
    C.long customerOID = 47L;session.setAttribute("customerOID", customerOID);
    D.long customerOID = 47L;session.setNumericAttribute("customerOID", new Long(customerOID));

点击查看答案

相关考题

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

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

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

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