单项选择题
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 开发框架:()。A.Axis2B.XFireC.CXFD.以上都是
单项选择题下列哪些框架是常见的Web Service 开发框架:()。
A.Axis2B.XFireC.CXFD.以上都是
在老版本的Jdk中,switch语句的表达式只能支持byte、short、char、int或者其对应的封装类以...
单项选择题在老版本的Jdk中,switch语句的表达式只能支持byte、short、char、int或者其对应的封装类以及Enum类型。那么从哪个版本的JDK开始,switch可以使用String类型的数据:()。
A.jdk 1.5B.jdk 1.6C.jdk 1.7D.jdk 1.8
关于作用域,使用下列哪个修饰词可让本类的函数或成员变量,能被其它package 中的类调用:()。A.publ...
单项选择题关于作用域,使用下列哪个修饰词可让本类的函数或成员变量,能被其它package 中的类调用:()。
A.publicB.protectedC.friendlyD.private