当前位置: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));

一个域森林中至少有()全局编录服务器。 0台。 1台。 2台。 3台。 在韦纳的成败归因理论中,个体的努力程度对应的维度应该是()。 稳定。 不稳定。 内部。 外部。 可控制。 三大构成包括() 平面构成。 立体构成。 色彩构成。 形态构成。 在先秦诸子中,主张施仁政,行王道,倡导民本思想的是() 孔子。 孟子。 庄子。 老子。 某建设工程合同约定,“工程通过竣工验收后2个月内,结清全部工程款”。2005年10月1日工程通过竣工验收,10月10日承包人提交竣工结算文件,10月20日承包人将工程移交发包人,但发包人一直未支付工程余款。2006年5月1日,承包人将发包人起诉至人民法院,要求其支付工程欠款及利息。则利息起算日应为() 2005年10月10日。 2005年10月20日。 2005年12月1日。 2006年5月1日。

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?()

参考答案:

  参考解析

本题暂无解析

在线 客服