文思创新最新笔试题下载

文思创新软件技术有限公司杭州分公司 java开发工程师(工作地杭州--急聘)笔试题 公司简介

所在省市:-深圳

公司地址:中国 杭州市滨江区东信大道66号东方通信城 E 座 A325 室 查看地图 电子邮箱: zhaopin_hz@vanceinfo.com 公司性质:计算机软件计算机软件公司

返回上级目录 选择题

1:在下述选项时,没有构成死循环的程序是

A.int i=100 while (1) { i=i%100+1; if (i>100) break; } B.for (;;);

C.int k=1000; do { ++k; }while(k>=10000); D.int s=36; while (s);--s;

2: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[])

3:

What will be the result of executing the following code?

// Filename; SuperclassX.java

package packageX;

public class SuperclassX {

protected void superclassMethodX() { }

你可能喜欢

  • 软通动力
  • JAVA编程题全集及答案
  • 华为笔试题
  • java面试题
  • 博彦科技
  • 数据库笔试题
  • JAVA笔试题
  • 行测真题及答案解析

文思创新最新笔试题下载相关文档

最新文档

返回顶部