Error
Event
Object
Throwable
Exception
RuntimeException
第1题:
Which four are true?()
第2题:
Which four types of objects can be thrown using the throw statement?()
第3题:
In which four clauses can a subquery be used? ()
第4题:
An administrator account is granted the CREATE SESSION and SET CONTAINER system privileges. A multitenant container database (CDB) instant has the following parameter set: THREADED_EXECUTION = FALSE Which four statements are true about this administrator establishing connections to root in a CDB that has been opened in read only mode?()
第5题:
ClassCastException
NullPointerException
NoClassDefFoundError
NumberFormatException
ArrayIndexOutOfBoundsException
第6题:
data file
password file
archivelog file
temporary file
online redo log file
the current control file
the tnsnames.ora file
current server parameter file
第7题:
in the INTO clause of an INSERT statement
in the FROM clause of a SELECT statement
in the GROUP BY clause of a SELECT statement
in the WHERE clause of a SELECT statement
in the SET clause of an UPDATE statement
in the VALUES clause of an INSERT statement
第8题:
Create a view on the table.
Create an index on the table.
Create a synonym on the table.
Add a virtual column to the table.
Update the table using the UPDATE statement.
Delete rows in the table using the DELETE command
第9题:
Only one nested subplan is allowed.
The plans can be nested up to four levels.
Resource Manager does not support nested plans.
Nested plans control only the degree of parallelism but not the CPU.
Each nested plan gets a proportion of the CPU resources assigned to its parent group.
第10题:
Has-a relationships should never be encapsulated.
Has-a relationships should be implemented using inheritance.
Has-a relationships can be implemented using instance variables.
Is-a relationships can be implemented using the extends keyword.
Is-a relationships can be implemented using the implements keyword.
An array or a collection can be used to implement a one-to-many has-a relationship.
第11题:
Stop and start Managed Servers using the Node Manager.
Stop and start Coherence Servers using the Node Manager.
Create a WebLogic Domain Template.
Create and target JDBC connection pools.
Create and target WebLogic Diagnostic Framework Diagnostic Modules.
Change Java command-line parameters at run time.
第12题:
Has-a relationships should never be encapsulated.
Has-a relationships should be implemented using inheritance.
Has-a relationships can be implemented using instance variables.
Is-a relationships can be implemented using the extends keyword.
Is-a relationships can be implemented using the implements keyword.
An array or a collection can be used to implement a one-to-many has-a relationship.
The relationship between Movie and Actress is an example of an is-a relationship.
第13题:
Which four can be thrown using the throw statement?()
第14题:
Which four types of object can be thrown using the throw statement?()
第15题:
Which statement is true regarding the creation of nested plans using Resource Manager?()
第16题:
Which four statements are true?()
第17题:
You can conned as a common user by using the connect statement.
You can connect as a local user by using the connect statement.
You can connect by using easy connect.
You can connect by using OS authentication.
You can connect by using a Net Service name.
You can connect as a local user by using the SET CONTAINER statement.
第18题:
You can conned as a common user by using the connect statement.
You can connect as a local user by using the connect statement.
You can connect by using easy connect.
You can connect by using OS authentication.
You can connect by using a Net Service name.
You can connect as a local user by using the SET CONTAINER statement.
第19题:
Create a view on the table.
Create an index on the table.
Create a synonym on the table.
Add a virtual column to the table.
Update the table using the UPDATE statement.
Delete rows in the table using the DELETE command.
第20题:
Error
Event
Object
Exception
Throwable
RuntimeException
第21题:
The Error class is a Runtime Exception.
No exceptions are subclasses of Error.
Any statement that may throw an Error must be enclosed in a try block.
any statement that may throw an Exception must be enclosed in a try block.
Any statement that may throw an Runtime Exception must be enclosed in a try block.
第22题:
Error
Event
Object
Exception
Throwable
Runtime Exception
第23题:
data file
password file
archivelog file
temporary file
online redo log file
the current control file
the tnsnames.ora file
current server parameter file