教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 精品文档 > 高等教育 >

《面向对象程序设计JAVA语言程序设计》期末考试试题及部分答案(3)

来源:网络收集 时间:2025-09-13
导读: 6. public class Test { public static void main(String[] args) { int[][] num1 = new int[2][3]; num1[0][0] = 3; num1[0][1] = 9; num1[1][1] = 79; num1[0][2] = 45; num1[1][0] = 78; for (int i = 0; i int[

6. public class Test {

public static void main(String[] args) {

int[][] num1 = new int[2][3]; num1[0][0] = 3;

num1[0][1] = 9; num1[1][1] = 79;

num1[0][2] = 45;

num1[1][0] = 78;

for (int i = 0; i <= 1; i++) { }

int[][] num2 = new int[][] { { 1, 2, 3 }, { 7, 8 } ,{ 9 } }; for (int i = 0; i

for (int j = 0; j < num2[i].length; j++)

System.out.print(num2[i][j] + \for (int j = 0; j < num1[i].length; j++)

System.out.print(num1[i][j] + \

System.out.println();

}

}

}

System.out.println();

答案

3 9 45 78 79 0 1 2 3 7 8 9

7. public class Test2 {

public static void main(String[] agrs) { }

int i, s = 0;

int a[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }; for (i = 0; i < a.length; i++) }

if (a[i] % 3 == 0) { }

s += a[i];

System.out.println(\

答案 s=3 s=9 s=18

8. class B {

int b; B(int x) { }

b = x;

System.out.println(\

}

class A extends B {

int a;

A(int x, int y) { } }

public class Test { }

public static void main(String[] args) { }

A obj = new A(5, 10); super(x); a = y;

System.out.println(\,a=\

答案 b=5 b=5,a=10

9. public class Test4 {

public static void main(String[] agrs) { }

static void method() {

try {

wrench(); try {

method();

} catch (Exception e) {

System.out.println(\

} finally { }

System.out.println(\

《面向对象程序设计JAVA语言程序设计》期末考试试题及部分答案(3).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/wendang/608624.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)