试题详情
- 多项选择题下面的哪些程序片段可能导致错误()。
A、String s = “Gone with the wind”; String t = “ good”; String k = s + t;
B、String s = “Gone with the wind”; String t; t = s[3] + “one”;
C、String s = “Gone with the wind”; String standard = s.toUpperCase();
D、String s = “home directory”; String t = s – “directory”;
- B,D
关注下方微信公众号,在线模考后查看
热门试题
- 访问修饰符限制最高的是()。
- Hibernate中的查询语句如下&e
- 如你要用给Applet传递一个名字为pa
- 下列()是错误的描述
- 如你要用给 Applet传递
- J2ee通过定义一种标准的结构来实现它的
- 在J2EE中,ServerSocket的
- 在Java多线程中sleep(̳
- 在J2EE中,ServletRespon
- Hibernate关联维护中关于“cas
- 对于布局管理器解释正确的有()̳
- 在J2EE中,JAXP中所提供的更新原始
- 在J2EE中,当使用以某主机地址为参数的
- 下面程序的输出结果是() public
- Hibernate 中的查询
- servlet服务结束时,servlet
- 在Java中,关于捕获错误的语法try&
- 实体Bean的生命周期中,只有在()方法
- 在J2EE中,以下有三种jsp:setP
- 在Java语言中,下面关于类的描述错误的