华为公司java面试题(转)
摘要:
第一部分:选择题QUESTION NO: 11、public class Test {public static void changeStr(String str){str="welcome";}public static void main(String[] args) {String str="1234";changeStr(str);System.out.println(str);}}Please write the output result :1234 QUESTION NO:21. public class Test {2. static 阅读全文
posted @ 2012-06-22 16:11 刘圣杰 阅读(2065) 评论(0) 推荐(0)
浙公网安备 33010602011771号