试题详情
- 多项选择题 You are building a dating web site. The client’s date of birth is collected along with lots of other information.The Person class has a derived method, getAge():int, which returns the person’s age calculated from thedate of birth and today’s date. In one of your JSPs you need to print a special message to clients within theage group of 25 through 35. Which two EL code snippets will return true for this condition? ()
A、${client.age in [25,35]}
B、${client.age between [25,35]}
C、${client.age between 25 and 35}
D、${client.age <= 35 && client.age >= 25}
E、${client.age le 35 and client.age ge 25}
- D,E
关注下方微信公众号,在线模考后查看
热门试题
- public static&
- Click the̳
- public class&e
- class TestApp{
- ++op运算符的作用是先将变量的值加1再
- 下列哪项是String的字面量?()
- 以下关于框架和其他窗口之间的关系中,错误
- 创建线程的时候必须实现哪项接口?()
- Which two
- public class&e
- Java的屏幕坐标系的(0,0)在屏幕的
- 现有: class&ens
- 10. interface&
- public String&
- JVM在执行一个Java类时,大致采用以
- 简述Java的事件处理机制。
- package test;&
- Which construc
- 要求1000!(1000*999*998
- 与普通类相比,抽象类有哪些不同?()