试题详情
- 简答题 Public class test ( Public static void stringReplace (String text) ( Text = text.replace (‘j’ , ‘i’); ) public static void bufferReplace (StringBuffer text) ( text = text.append (“C”) ) public static void main (String args[]} ( String textString = new String (“java”); StringBuffer text BufferString = new StringBuffer (“java”); stringReplace (textString); bufferReplace (textBuffer); System.out.printLn (textString + textBuffer); ) ) What is the output?()
- javajavaC
关注下方微信公众号,在线模考后查看
热门试题
- When creating&
- 求[10,1000]之间满足除以7余5、
- Which statemen
- “子类的域和方法的数目一定大于等于父类的
- Math.random()方法用来实现
- Whichtwo scena
- 实用的网络程序最少需要几个线程?()
- For a gi
- 现有: 1. &
- Assume theQ
- What is th
- 用main()创建一个类,令其抛出try
- What statement&
- 面板缺省搭配是什么布局管理器?()
- 关于以下程序代码的说明正确的是()。
- 有5个人坐在一起,问第五个人多少岁?他说
- Given: 11.<% j
- public static&
- int i =&e
- 在类的继承中,构造函数如何处理?()