目前本站已有 十几万 份求职资料啦!


JAVA系统分析笔试题

10-15 23:59:20 来源:http://www.qz26.com 笔试经验   阅读:8953
导读:System.out.println(x[5]);}}Which statement is corrected?A.When compile, some error will occur.B.When run, some error will occur.C.Output is zero.D.Output is null.11:使用 JDBC 可以做到的是A.把二进制代码传送到任何关系数据库中B.把 Java 源代码传送到任何关系数据库中C.把表单信息传送到任何关系数据库中D.很容易地把 SQL 语句传送到任何关系数据库中12:Which method you define as the starting point of new thread in a class from which new the thread can be excution?A.public void start()B.public void run()C.public void runnable()D.public static
JAVA系统分析笔试题,标签:德勤笔试经验,银行笔试经验,http://www.qz26.com

  System.out.println(x[5]);

  }

  }

  Which statement is corrected?

  A.When compile, some error will occur.

  B.When run, some error will occur.

  C.Output is zero.

  D.Output is null.

  11:使用 JDBC 可以做到的是

  A.把二进制代码传送到任何关系数据库中

  B.把 Java 源代码传送到任何关系数据库中

  C.把表单信息传送到任何关系数据库中

  D.很容易地把 SQL 语句传送到任何关系数据库中

  12:Which method you define as the starting point of new thread in a class from which new the thread can be excution?

  A.public void start()

  B.public void run()

  C.public void runnable()

  D.public static void main(String args[])

  13:Which statements about Java code security are not true?

  A.The bytecode verifier loads all classes needed for the execution of a program.

  B.Executing code is performed by the runtime interpreter.

  C.At runtime the bytecodes are loaded, checked and run in an interpreter.

  D.The class loader adds security by separating the namespaces for the classes of the local file system from those imported from network sources.

  14:关于垃圾收集的哪些叙述是对的。

  A.程序开发者必须自己创建一个线程进行内存释放的工作。

  B.垃圾收集将检查并释放不再使用的内存。

  C.垃圾收集允许程序开发者明确指定并立即释放该内存。

  D.垃圾收集能够在期望的时间释放被java对象使用的内存。

  15:Give the following java class:

  public class Example{

  public static void main(String args[]){

  static int x[] = new int[15];

  System.out.println(x[5]);

  }

  }

  Which statement is corrected?

  Give the following java class:

  public class Example{

  public static void main(String args[]){

  static int x[] = new int[15];

  System.out.println(x[5]);

  }

  }

  Which statement is corrected?

  A.When compile, some error will occur.

  B.When run, some error will occur.

  C.Output is zero.

  D.Output is null.

  16:Select valid identifier of Java:

  Select valid identifier of Java:

  A.%passwd

  B.3d_game

  C.$charge

  D.this

  简答题

  17:abstract class和interface有什么区别?

  18:hibernate中,什么情况下,对象的状态可以由持久的变为托管的?

  19:两个数相乘,小数点后位数没有限制,请写一个高精度算法。

  20:求符合指定规则的数。

  给定函数d(n) = n n的各位之和,n为正整数,如 d(78) = 78 7 8=93。 这样这个函数

  可以看成一个生成器,如93可以看成由78生成。

  定义数A:数A找不到一个数B可以由d(B)=A,即A不能由其他数生成。现在要写程序,找出

  1至10000里的所有符合数A定义的数。

  输出:

  1

  3

  …
 

上一页  [1] [2] [3] 


Tag:笔试经验德勤笔试经验,银行笔试经验求职笔试面试 - 笔试经验
【字号: 】 【打印】 【关闭
最新更新
推荐热门
联系我们 | 网站地图 | 财务资料 | 范文大全 | 求职简历 | 财会考试 | 成功励志
Copyright 二六求职资料网 All Right Reserved.
1 2 3 4 5 6 7 8 9 10