收藏 分享(赏)

java东华理工大学试卷a及答案.doc

上传人:cjc2202537 文档编号:129846 上传时间:2018-03-22 格式:DOC 页数:10 大小:104.50KB
下载 相关 举报
java东华理工大学试卷a及答案.doc_第1页
第1页 / 共10页
java东华理工大学试卷a及答案.doc_第2页
第2页 / 共10页
java东华理工大学试卷a及答案.doc_第3页
第3页 / 共10页
java东华理工大学试卷a及答案.doc_第4页
第4页 / 共10页
java东华理工大学试卷a及答案.doc_第5页
第5页 / 共10页
点击查看更多>>
资源描述

1、东 华 理 工 大 学 2012 2013 学 年 第 1 学 期 考 试 试 卷Java 程序设计 课程 闭 课程类别:考查 A题号 一 二 三 四 五 六 七 八 九 总分分数评卷人1 选择题(共 35 分)1.What is suffix(后缀) of Java source code?( A )?A、 .java B、.class C、.txt D、.ext2. Which command can compile Java source code? ( D )?A、 edit B、 dir C、 java D、javac3. Which identifies is illegal (

2、C )?A、$_$123 B、_something C、some*name D、you_can_al4. Which conversion (转换) is illegal ( B )?注意:byte 类型的范围-128-127A、short x=1000; B、byte x=1000; C、byte x=100; D、float x=12L;5class example public static void main(String args) boolean b; b = (2 3) System.out.println( ax + “ “ + in); /输出程序在 for 循环外,后面的程

3、序会覆盖前面输出的程序System.out.println();The result of following program is(a=12a=1b=false ch=A)class Aint a;A() a=1 ;A(int b)a=b;void show() System.out.println(“a=”+a);public class Class1public static void main (String args)A a1=new A(12); A a2=new A(); a1.show(); a2.show();boolean b=false;char ch=65;System

4、.out.println(“b=”+b+”tch=”+ch);The result of following program is: _x in A:54_x is B:32_class Aint x;void print()System.out.println(“x in A:“+x);class B extends Aint x;void output()x=32;super.x=54;print();System.out.println(“x is B:“+x);public class HideFields public static void main(String args) B

5、b=new B();b.output();The result of following program is: 出现被 0 除的异常情况除数=9被除数=0java 程序运行结束! public class ArithmeticException public static void main(String args)int a,b,c;trya=9;b=0;c=a/b;System.out.println(a+“/“+b+“=“+c);catch(ArithmeticException e)System.out.println(“出现被 0 除的异常情况“); finallySystem.o

6、ut.println(“除数=“+a);System.out.println(“被除数=“+b);System.out.println(“java 程序运行结束! “);四、编程题 25 分1Write a program which cast one integer to byte, one double to int and one double to byte.(10 分)public class test1public static void main(String args)int a;byte b;byte c;double a1=9.5;double b1=8.5;int c1=

7、2;a=Integer.parseInt(“a1“);b=Byte.parseByte(“b1“);c=Byte.parseByte(“c1“);System.out.println(“a:“+a);System.out.println(“b:“+b);System.out.println(“c:“+c);2、Write a program that print all strings which consists of 1,3,5,8,9.(输出由字符 1,3,5,8,9 组成的所有可能字符串)(15 分) (此题答案不全)public class test1public static void main(String args)char a=1,3,5,8,9;for(int i=0;i4;i+)ai=ai+1;/System.out.println(ai);for(int i=0;i5;i+)System.out.println(ai);

展开阅读全文
相关资源
猜你喜欢
相关搜索
资源标签

当前位置:首页 > 教育教学 > 专升本考试

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报