单项选择题
假设存在表“Student”,表中age列存在null数据,请问下列sql哪个可以将age为null的数据筛选出来:()。
A.select *from Student where age =null;B.select *from Student where age is null;C.select *from Student where age =’’;D.select *from Student where age is ’’;
单项选择题 下列哪些框架是常见的Web Service 开发框架:()。
单项选择题 在老版本的Jdk中,switch语句的表达式只能支持byte、short、char、int或者其对应的封装类以及Enum类型。那么从哪个版本的JDK开始,switch可以使用String类型的数据:()。
单项选择题 关于作用域,使用下列哪个修饰词可让本类的函数或成员变量,能被其它package 中的类调用:()。