-
-
华为JAVA面试题华为JAVA面试题华为JAVA面试题 评分:
QUESTION NO:2 1. public class Test { 2. static boolean foo(char c) { 3. System.out.print(c); 4. return true; 5. } 6. public static void main( String[] argv ) { 7. int i =0; 8. for ( foo('A'); foo('B')&&(i<2); foo('C')){ 9. i++ ; 10. foo('D'); 12. } 13. } 14. } What is the result?
2008-10-26 上传 大小:40KB
评论 下载该资源后可以进行评论 共1条
-
2014-06-13