A.enable one-time definition of objects
B.are referenced by several Oracle Application modules
C.are defined in each Oracle Application module separately
D.are owned by a single Oracle Application module for table purposes only
E.are owned by a single Oracle Application module to designate the primary user or decision maker
第1题:
以下程序段的输出结果为 ( )int j=2;switch(j){case 2:System.out.print("two.");case 2+1:System.out.println("three.");breakdefault:System.out.println("value is"+j);break;}
A.two.three.
B.two.
C.three.
D.value is 2
第2题:
Despite the wonderful acting and well-developed plot the _________ movie could not hold our attention.
A) three-hours B) three-hour
C) three-hours’ D) three-hour’s
选B
用破折号连接的作形容词不用复数.
第3题:
A.DISPATCHERSandSHARED_SERVERS
B.DISPATCHERSandMAX_DISPATCHERS
C.MAX_DISPATCHERSandMAX_SHARED_SERVERS
D.SHARED_SERVER_SESSIONSandDISPATCHERS
第4题:
A.figureout
B.pointout
C.remind
D.identify
第5题:
以下程序段的输出结果为( )。 int j=2 switch (j){ Case 2: system.out.print("two."): Case 2+1: System.out.println("three."); break: default: System.out.println (“value is”+j): Break }A.B.two
A.two.three.
B.two
C.three
D.value is 2
第6题: