试题详情
- 多项选择题 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
关注下方微信公众号,在线模考后查看
热门试题
- 下面代码的输出是()
- 程序员已经创建了一个类,该类的实例可以用
- java语言中,按照一定格式生成程序的文
- 试列举出图形用户界面中你使用过的组件。
- 已知: 则在横线处哪些语句是合法的()
- - list 是一
- 求一个3*3矩阵对角线元素之和.
- 一个类只能有一个父类,但可以实现多个接口
- Click the
- Which two̳
- 编写一个程序,能够从键盘上接收两个数字,
- 假设在目录myprj/src/schoo
- 盒式布局的对齐方式有哪几种?()
- class Parser&e
- 以下的代码是如何实现事件处理过程的?(
- 下面正确的创建 Socket 的语句是(
- 同一个包的子类能否访问父类的保护级成员变
- 以下不属于tcp连接断开的状态是()。
- 下列属于非受检异常的是哪项?()Q
- A developer&en