当前位置:七七学习网文档大全求职指南求职笔试面试笔试题目甲骨文笔试精华汇总» 正文

甲骨文笔试精华汇总

[10-10 21:21:19]   来源:http://www.77xue.com  笔试题目   阅读:8150
概要:AlternateHIDAlternateWorkSt--HousekeeperHouseKeeperIDHouseKeeperNameSupervisorIDSupervisorSupervisorIDSupervisorNameDutyDutyIDFloorNoDutyDate---HouseKeeperIDWorkStatusAlternateHIDAlternateWorkStHousekeeperHouseKeeperIDHouseKeeperNameSupervisorIDSupervisorSupervisorIDSupervisorNameDutyDutyIDFloorNoDutyDateTransactionDutyIDHouseKeeperIDWorkStatusAlternateHIDAlternateWorkStHousekeeperHouseKeeperIDHouseKeeperNameSupervisorSupervisorIDSupervisorNameDu
甲骨文笔试精华汇总,标签:驾照笔试题目,腾讯笔试题目,http://www.77xue.com

  AlternateHID

  AlternateWorkSt

  --------------

  Housekeeper

  HouseKeeperID

  HouseKeeperName

  SupervisorID

  Supervisor

  SupervisorID

  SupervisorName

  Duty

  DutyID

  FloorNo

  DutyDate

  -----------

  HouseKeeperID

  WorkStatus

  AlternateHID

  AlternateWorkSt

  ------------

  Housekeeper

  HouseKeeperID

  HouseKeeperName

  SupervisorID

  Supervisor

  SupervisorID

  SupervisorName

  Duty

  DutyID

  FloorNo

  DutyDate

  Transaction

  DutyID

  ------------

  HouseKeeperID

  WorkStatus

  AlternateHID

  AlternateWorkSt

  ------------

  Housekeeper

  HouseKeeperID

  HouseKeeperName

  Supervisor

  SupervisorID

  SupervisorName

  Duty

  DutyID

  FloorNo

  DutyDate

  Transaction

  DutyID

  HouseKeeperID

  WorkStatus

  AlternateHID

  AlternateWorkSt

  Oracle笔试题

  Which of the following can contain duplicate values?

  ArrayList HashSet TreeSet

  A, B & C

  B and C

  A

  A and C

  ---------------

  Which of the following can contain duplicate values?

  ArrayList HashSet TreeSet
 

www.77xue.com哦
  A, B & C

  B and C

  A

  A and C

  ---------------------------

  public class Group {

  ArrayList contents;

  public Group() {

  lst = new java.util.ArrayList();

  };

  public void add(String s) {

  /* code to add something to contents here */

  };

  public void reverse() {

  /* code to reverse the contents here */

  };

  }

  public class GroupUser extends Thread {

  Group group;

  public GroupUser(Group g) {

  group = g;

  }

  public void changeGroup() {

  /* code that calls group.add() several times then group.reverse() */

  }

  public void run() {

  for (int i = 0; i < 10; i++) changeGroup();

  }

  }

  public static void main(String args[]) throws InterruptedException {

  Group g = new Group();

  new GroupUser(g).start();

  new GroupUser(g).start();

  new GroupUser(g).start();

  }

  Which of the following changes could you make to the code to prevent the three threads

  started by main from interfering with each other’s use of the shared Group instance

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


Tag:笔试题目驾照笔试题目,腾讯笔试题目求职指南 - 求职笔试面试 - 笔试题目

《甲骨文笔试精华汇总》相关文章

联系我们 | 网站地图 | 范文大全 | 管理知识 | 教学教育 | 作文大全 | 语句好词
Copyright http://www.77xue.com--(七七学习网) All Right Reserved.
1 2 3 4 5 6 7 8 9 10