Tag Archives: error

Given: (Exhibit) and omitting the throws FooException clause results in a compilation error. Which statement

Given:and omitting the throws FooException clause results in a compilation error.Which statement is true about FooException? A. FooException is unchecked. B. FooException is a subclass of RuntimeError. C. The body of foo can throw FooException or one of its subclasses. D. The body of foo can only throw FooException. Correct Answer: C

Given: (Exhibit) and omitting the throws FooException clause results in a compilation error. Which statement

Given:and omitting the throws FooException clause results in a compilation error.Which statement is true about FooException? A. FooException is a subclass of RuntimeError. B. The body of foo can only throw FooException. C. The body of foo can throw FooException or one of its subclasses. D. FooException is unchecked. Correct Answer: C

Given: (Exhibit) This code results in a compilation error. Which code should be inserted on line 1 for

Given:This code results in a compilation error.Which code should be inserted on line 1 for a successful compilation? A. Consumer consumer = msg -> { return System.out.print(msg); }; B. Consumer consumer = var arg -> {System.out.print(arg);}; C. Consumer consumer = (String args) -> System.out.print(args); D. Consumer consumer = System.out::print; Correct Answer: D

Given: (Exhibit) and omitting the throws FooException clause results in a compilation error. Which statement

Given:and omitting the throws FooException clause results in a compilation error.Which statement is true about FooException? A. FooException is unchecked. B. FooException is a subclass of RuntimeError. C. The body of foo can throw FooException or one of its subclasses. D. The body of foo can only throw FooException. Correct Answer: C

You encounter an unexpected error when invoking the Oracle Function named "myfunction" in application

You encounter an unexpected error when invoking the Oracle Function named “myfunction” in application “myapp”. Which can you use to get more information on the error? A. fn –debug invoke myapp myfunction B. DEBOG=1 fn invoke myapp myfunction C. fn –verbose invoke myapp myfunction D. Call Oracle support with your error message Correct Answer: B Troubleshooting Oracle FunctionsIf… Read More »

After an engineer configures an EtherChannel between switch SW1 and switch SW2, this error message is logged on switch SW2:

Refer to the exhibit. After an engineer configures an EtherChannel between switch SW1 and switch SW2, this error message is logged on switch SW2: SW2# 09:45:32: %PM-4-ERR_DISABLE: channel-misconfig error detected on Gi0/0, putting Gi0/0 in err-disable state 09:45:32: %PM-4-ERR_DISABLE: channel-misconfig error detected on Gi0/1, putting Gi0/1 in err-disable state Based on the output from switch SW1 and the… Read More »

These commands have been added to the configuration of a switch. Which command flags an error if it is added to this configuration?

Refer to the exhibit. These commands have been added to the configuration of a switch. Which command flags an error if it is added to this configuration? A. monitor session 1 source interface port-channel 6 B. monitor session 1 source vlan 10 C. monitor session 1 source interface FastEthemet0/1 rx D. monitor session 1 source interface port-channel 7,… Read More »