多选题Which four can be thrown using the throw statement?()AErrorBEventCObjectDThrowableEExceptionFRuntimeException

题目
多选题
Which four can be thrown using the throw statement?()
A

Error

B

Event

C

Object

D

Throwable

E

Exception

F

RuntimeException


相似考题
更多“多选题Which four can be thrown using the throw statement?()AErrorBEventCObjectDThrowableEExceptionFRuntimeException”相关问题
  • 第1题:

    Which four are true?()

    • A、 Has-a relationships should never be encapsulated.
    • B、 Has-a relationships should be implemented using inheritance.
    • C、 Has-a relationships can be implemented using instance variables.
    • D、 Is-a relationships can be implemented using the extends keyword.
    • E、 Is-a relationships can be implemented using the implements keyword.
    • F、 An array or a collection can be used to implement a one-to-many has-a relationship.
    • G、 The relationship between Movie and Actress is an example of an is-a relationship.

    正确答案:C,D,E,F

  • 第2题:

    Which four types of objects can be thrown using the throw statement?()

    • A、 Error
    • B、 Event
    • C、 Object
    • D、 Exception
    • E、 Throwable
    • F、 RuntimeException

    正确答案:A,D,E,F

  • 第3题:

    In which four clauses can a subquery be used? ()

    • A、in the INTO clause of an INSERT statement
    • B、in the FROM clause of a SELECT statement
    • C、in the GROUP BY clause of a SELECT statement
    • D、in the WHERE clause of a SELECT statement
    • E、in the SET clause of an UPDATE statement
    • F、in the VALUES clause of an INSERT statement

    正确答案:B,D,E,F

  • 第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?()

    • A、You can conned as a common user by using the connect statement.
    • B、You can connect as a local user by using the connect statement.
    • C、You can connect by using easy connect.
    • D、You can connect by using OS authentication.
    • E、You can connect by using a Net Service name.
    • F、You can connect as a local user by using the SET CONTAINER statement.

    正确答案:C,D,E,F

  • 第5题:

    单选题
    Which can appropriately be thrown by a programmer using Java SE technology to create a desktop application?()
    A

    ClassCastException

    B

    NullPointerException

    C

    NoClassDefFoundError

    D

    NumberFormatException

    E

    ArrayIndexOutOfBoundsException


    正确答案: A
    解析: 暂无解析

  • 第6题:

    多选题
    When performing a backup using Recovery Manager (RMAN), which four types of files can be backed up with the RMAN BACKUPcommand? ()
    A

    data file

    B

    password file

    C

    archivelog file

    D

    temporary file

    E

    online redo log file

    F

    the current control file

    G

    the tnsnames.ora file

    H

    current server parameter file


    正确答案: E,B
    解析: 暂无解析

  • 第7题:

    多选题
    In which four clauses can a subquery be used? ()
    A

    in the INTO clause of an INSERT statement

    B

    in the FROM clause of a SELECT statement

    C

    in the GROUP BY clause of a SELECT statement

    D

    in the WHERE clause of a SELECT statement

    E

    in the SET clause of an UPDATE statement

    F

    in the VALUES clause of an INSERT statement


    正确答案: C,D
    解析: 暂无解析

  • 第8题:

    多选题
    Which two operations can be performed on an external table()
    A

    Create a view on the table.

    B

    Create an index on the table.

    C

    Create a synonym on the table.

    D

    Add a virtual column to the table.

    E

    Update the table using the UPDATE statement.

    F

    Delete rows in the table using the DELETE command


    正确答案: E,F
    解析: 暂无解析

  • 第9题:

    单选题
    Which statement is true regarding the creation of nested plans using Resource Manager?()
    A

     Only one nested subplan is allowed.

    B

     The plans can be nested up to four levels.

    C

     Resource Manager does not support nested plans.

    D

     Nested plans control only the degree of parallelism but not the CPU.

    E

     Each nested plan gets a proportion of the CPU resources assigned to its parent group.


    正确答案: B
    解析: 暂无解析

  • 第10题:

    多选题
    Which four statements are true?()
    A

    Has-a relationships should never be encapsulated.

    B

    Has-a relationships should be implemented using inheritance.

    C

    Has-a relationships can be implemented using instance variables.

    D

    Is-a relationships can be implemented using the extends keyword.

    E

    Is-a relationships can be implemented using the implements keyword.

    F

    An array or a collection can be used to implement a one-to-many has-a relationship.


    正确答案: F,C
    解析: 暂无解析

  • 第11题:

    多选题
    Which four actions can you perform using the WebLogic Admin Console?()
    A

    Stop and start Managed Servers using the Node Manager.

    B

    Stop and start Coherence Servers using the Node Manager.

    C

    Create a WebLogic Domain Template.

    D

    Create and target JDBC connection pools.

    E

    Create and target WebLogic Diagnostic Framework Diagnostic Modules.

    F

    Change Java command-line parameters at run time.


    正确答案: E,B
    解析: 暂无解析

  • 第12题:

    多选题
    Which four are true?()
    A

    Has-a relationships should never be encapsulated.

    B

    Has-a relationships should be implemented using inheritance.

    C

    Has-a relationships can be implemented using instance variables.

    D

    Is-a relationships can be implemented using the extends keyword.

    E

    Is-a relationships can be implemented using the implements keyword.

    F

    An array or a collection can be used to implement a one-to-many has-a relationship.

    G

    The relationship between Movie and Actress is an example of an is-a relationship.


    正确答案: F,A
    解析: 暂无解析

  • 第13题:

    Which four can be thrown using the throw statement?() 

    • A、 Error
    • B、 Event
    • C、 Object
    • D、 Throwable
    • E、 Exception
    • F、 RuntimeException

    正确答案:A,D,E,F

  • 第14题:

    Which four types of object can be thrown using the throw statement?()

    • A、 Error
    • B、 Event
    • C、 Object
    • D、 Exception
    • E、 Throwable
    • F、 Runtime Exception

    正确答案:A,D,E,F

  • 第15题:

    Which statement is true regarding the creation of nested plans using Resource Manager?()

    • A、 Only one nested subplan is allowed.
    • B、 The plans can be nested up to four levels.
    • C、 Resource Manager does not support nested plans.
    • D、 Nested plans control only the degree of parallelism but not the CPU.
    • E、 Each nested plan gets a proportion of the CPU resources assigned to its parent group.

    正确答案:E

  • 第16题:

    Which four statements are true?()

    • A、Has-a relationships should never be encapsulated.
    • B、Has-a relationships should be implemented using inheritance.
    • C、Has-a relationships can be implemented using instance variables.
    • D、Is-a relationships can be implemented using the extends keyword.
    • E、Is-a relationships can be implemented using the implements keyword.
    • F、An array or a collection can be used to implement a one-to-many has-a relationship.

    正确答案:C,D,E,F

  • 第17题:

    多选题
    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?()
    A

    You can conned as a common user by using the connect statement.

    B

    You can connect as a local user by using the connect statement.

    C

    You can connect by using easy connect.

    D

    You can connect by using OS authentication.

    E

    You can connect by using a Net Service name.

    F

    You can connect as a local user by using the SET CONTAINER statement.


    正确答案: A,F
    解析: 暂无解析

  • 第18题:

    多选题
    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?()
    A

    You can conned as a common user by using the connect statement.

    B

    You can connect as a local user by using the connect statement.

    C

    You can connect by using easy connect.

    D

    You can connect by using OS authentication.

    E

    You can connect by using a Net Service name.

    F

    You can connect as a local user by using the SET CONTAINER statement.


    正确答案: C,D
    解析: 暂无解析

  • 第19题:

    多选题
    Which two operations can be performed on an external table()
    A

    Create a view on the table.

    B

    Create an index on the table.

    C

    Create a synonym on the table.

    D

    Add a virtual column to the table.

    E

    Update the table using the UPDATE statement.

    F

    Delete rows in the table using the DELETE command.


    正确答案: F,B
    解析: 暂无解析

  • 第20题:

    多选题
    Which four types of objects can be thrown using the throw statement?()
    A

    Error

    B

    Event

    C

    Object

    D

    Exception

    E

    Throwable

    F

    RuntimeException


    正确答案: F,D
    解析: 暂无解析

  • 第21题:

    单选题
    Which the statement is true?()
    A

     The Error class is a Runtime Exception.

    B

     No exceptions are subclasses of Error.

    C

     Any statement that may throw an Error must be enclosed in a try block.

    D

     any statement that may throw an Exception must be enclosed in a try block.

    E

     Any statement that may throw an Runtime Exception must be enclosed in a try block.


    正确答案: E
    解析: 暂无解析

  • 第22题:

    多选题
    Which four types of object can be thrown using the throw statement?()
    A

    Error

    B

    Event

    C

    Object

    D

    Exception

    E

    Throwable

    F

    Runtime Exception


    正确答案: A,D,E,F
    解析: 暂无解析

  • 第23题:

    多选题
    When performing a backup using Recovery Manager (RMAN), which four types of files can be backed up with the RMAN BACKUP command?()
    A

    data file

    B

    password file

    C

    archivelog file

    D

    temporary file

    E

    online redo log file

    F

    the current control file

    G

    the tnsnames.ora file

    H

    current server parameter file


    正确答案: B,A
    解析: 暂无解析