题目内容

Assuming that the serializeBanana() and the deserializeBanana() methods will correctly use Javaserialization and given: What is the result?()

A. restore 400
B. restore 403
C. restore 453
D. Compilation fails.
E. An exception is thrown at runtime.

查看答案
更多问题

Which three statements about direct path exports are true?()

A
B
C
D
E
F

ClicktheExhibitbuttonandexaminethedataintheEMPLOYEESandDEPARTMENTStables.Youwanttoretrieveallemployees,whetherornottheyhavematchingdepartmentsinthedepartmentstable.Whichquerywouldyouuse?()

A. SELECTlast_name,department_nameFROMemployeesNATURALJOINdepartments;
B. SELECTlast_name,department_nameFROMemployeesJOINdepartments;
C. SELECTlast_name,department_nameFROMemployeeseJOINdepartmentsdON(e.department_id=d.department_id);
D. SELECTlast_name,department_nameFROMemployeeseRIGHTOUTERJOINdepartmentsdON(e.department_id=d.department_id);
E. SELECTlast_name,department_nameFROMemployeesFULLJOINdepartmentsON(e.department_id=d.department_id);
F. SELECTlast_name,department_nameFROMemployeeseLEFTOUTERJOINdepartmentsdON(e.department_id=d.department_id);

Given a valid DateFormat object named df,and 16.Date d = new Date(0L); 17.String ds = "December 15, 2004"; 18.//insert code here What updates d’s value with the date represented by ds?()

A. 18. d = df.parse(ds);
B. 18. d = df.getDate(ds);
C. 18. try {19. d = df.parse(ds);20. } catch(ParseException e) { };
D. 18. try {19. d = df.getDate(ds);20. } catch(ParseException e) { };

You have three production databases, HRDB, FINDB, and ORGDB, that use the same ASM instance. At the end of the day, you execute the following command on the ASM instance to shut down: SQL> shutdown immediate; What is the result of executing this command?()

All the instances, including the ASM instance, are shut down in the ABORT mode
B. The ASM instance is shut down, but the other instances are still running
C. The ASM instance is still functional, but the other instances are shut down
D. All the instances, including the ASM instance, are shut down in the IMMEDIATE mode.
E. HRDB, FINDB, and ORGDB instances are shut down in the ABORT mode and the ASM instance is shut down in the IMMEDIATE mode
F. HRDB, FINDB, and ORGDB instances are shut down in the NORMAL mode and the ASM instance is shut down in the IMMEDIATE mode

答案查题题库