摘要: 1)Analyze the following code: public class Test { public static void main(String[ ] args) { B b = new B(); b.m(5); System.out.println("i is " + b.i); 阅读全文
posted @ 2019-10-14 17:28 王陸 阅读(4374) 评论(0) 推荐(1) 编辑
摘要: 1)You can declare two variables with the same name in ________. 1) _______ A)a method one as a formal parameter and the other as a local variable B)di 阅读全文
posted @ 2019-10-14 16:31 王陸 阅读(3490) 评论(0) 推荐(2) 编辑