首页 | 考研 | MBA | 专升本 | 成考 | 自考 | 高考 | 中考 | 出国 | 外语 | 电脑 | 公务员 | 司法 | 财考 | 资格考试 | 论文写作
 
 淘学考试计算机 正文


JAVA题库:5道JAVA题
编辑:sunl 时间:2007-11-27 来源:淘学考试网 推荐好友

 

module 1 – getting started
q1.what will happen when you compile and run the following code?
(4)
public class myclass{
static int i;
public static void main(string argv[]){
system.out.println(i);
}
}
1) error variable i may not have been initialized
2) null
3) 1
4) 0
q2.which of the following will compile without error (2)(3)
1)
import java.awt.*;
package mypackage;
class myclass {}
2)
package mypackage;
import java.awt.*;
class myclass{}
3)
/*this is a comment */

package mypackage;
import java.awt.*;
class myclass{}
q3.what will happen if you try to compile and run the following code (1)
public class myclass {
public static void main(string arguments[]) {
amethod(arguments);
}
public void amethod(string[] arguments) {
system.out.println(arguments);
system.out.println(arguments[1]);
}
}
1) error can't make static reference to void amethod.
2) error method main not correct
3) error array must include parameter
4) amethod must be declared with string
q4.given the following code(2)
public class sytch{
int x=2000;
public static void main(string argv[]){
system.out.println("ms "+argv[1]+"please pay $"+x);
}
what will happen if you attempt to compile and run this code with the command line
java sytch jones diggle
1) compilation and output of ms diggle please pay $2000
2) compile time error
3) compilation and output of ms jones please pay $2000
4) compilation but runtime error
q5.you have a public class called myclass with the main method defined as follows(4)
public static void main(string parm[]){
system.out.println(parm[0]);
}
if you attempt to compile the class and run the program as follows
java myclass hello
what will happen?
1) compile time error, main is not correctly defined
2) run time error, main is not correctly defined
3) compilation and output of java
4) compilation and output of hello

  

 

 

 

 

 

 

 

 

 

 

 相 关 内 容



.

  推荐课程
 
 
 
 
 
 
 等级考试排行
 微软认证排行
 Oracle认证排行
版权信息 - 关于我们 - 联系方式 - 服务承诺 - 客户投诉 - 广告服务 - 网站合作 - 会员服务 - 友情链接 - 站长统计3
1 不良信息
举报中心
文明办网文明上网举报电话:15964542668
举报邮箱:topej@163.com
2 网络110
报警服务
服务热线:15964542668 电子邮件:guoyong@topej.com 服务 QQ:350125289
淘学之家(www.topej.com)旗下网站 ICP注册号:鲁ICP备07016860号