深度符号需选择()字体可能。 A: gbe B: gbc C: gbt D: gbeitc
深度符号需选择()字体可能。 A: gbe B: gbc C: gbt D: gbeitc
强制性国家标准代号是(),推荐性国家标准代号是()。 A: BBC/T B: GBC/T C: BGB/T D: GGB/T
强制性国家标准代号是(),推荐性国家标准代号是()。 A: BBC/T B: GBC/T C: BGB/T D: GGB/T
下列程序运行的结果是______。 public class Example{ String str=new String("good"); char[]ch={’a’,’b’,’c’}; public static void main(String args[]){ Example ex=new Example(); ex.change(ex.str,ex.ch); System.out.print(ex.str+" and "); System.out.print(ex.ch); } public void change(String str,char ch[]){ str="test ok"; ch[0]=’g’; } A: good and abc B: good and gbc C: test ok and abc D: test ok and gbc
下列程序运行的结果是______。 public class Example{ String str=new String("good"); char[]ch={’a’,’b’,’c’}; public static void main(String args[]){ Example ex=new Example(); ex.change(ex.str,ex.ch); System.out.print(ex.str+" and "); System.out.print(ex.ch); } public void change(String str,char ch[]){ str="test ok"; ch[0]=’g’; } A: good and abc B: good and gbc C: test ok and abc D: test ok and gbc
程序运行的结果是: good and gbc。( ) public class Example{ String str=new String(“good”); char[]ch={‘a’,'b’,'c’}; public static void main(String args[]){ Example ex=new Example(); ex.change(ex.str,ex.ch); System.out.print(ex.str+” and “); Sytem.out.print(ex.ch); } public void change(String str,char ch[]){ str=”test ok”; ch[0]=’g'; } }
程序运行的结果是: good and gbc。( ) public class Example{ String str=new String(“good”); char[]ch={‘a’,'b’,'c’}; public static void main(String args[]){ Example ex=new Example(); ex.change(ex.str,ex.ch); System.out.print(ex.str+” and “); Sytem.out.print(ex.ch); } public void change(String str,char ch[]){ str=”test ok”; ch[0]=’g'; } }