A. It requires relinking of the Oracle binary.
B. It does not require database instance shutdown.
C. It can detect conflicts between two online patches.
D. It is available for installing all patches on all platforms.
E. It works only in a single database instance environment.
第1题:
The professor asked us to write a _____________ report.
A、two-hundreds-words
B、two-hundreds-word
C、two-hundred-words
D、two-hundred-word
第2题:
下列复选框构造方法,错误的是()。
A.setLayout(newGridLayout(3,1));
B.add(newCheckbox("one",null,true));
C.add(newCheckbox("tWO");
D.add(newCheckbox("one",true);
第3题:
第4题:
下列复选框构造方法,错误的是 ( )
A.setLayout(new GridLayout(3,1));
B.add(new Checkbox("one",null,true));
C.add(new Checkbox("two"));
D.add(new Checkbox("one",true));
第5题:
A programmer must know about a function's ______ to call it correctly.
A.location
B.algorithm
C.Interface
D.statements
第6题: