试题详情
- 单项选择题 What will be written to the standard output when the following program is run?() public class Q03e4 { public static void main(String args[]) { String space = " "; String composite = space + "hello" + space + space; composite.concat("world"); String trimmed = composite.trim(); System.out.println(trimmed.length()); } }
A、5
B、6
C、7
D、12
E、13
- A
关注下方微信公众号,在线模考后查看
热门试题
- 对于如下代码,描述正确的是哪项?()&
- 应用FileInputStream类,编
- Java中的引用变量需要初始化,简单变量
- 文本框的常用功能函数和属性有哪些?()
- Which the secu
- Which EL e
- public class&e
- 以下关于Java文件名的叙述,正确的有?
- class Car&ensp
- 两个字符串连接程序
- 请选择下面代码的输出结果()。
- Given theQ
- 现有: String&en
- public class&e
- Click the
- Which is
- 以下关于linux操作系统中硬链接和软链
- 以下关于File 类的叙述,
- 创建一个服务器,用它请求用户输入密码,然
- public class&e