nerdexam
IBM

C2180-279 · Question #86

Given the following code in an application's initOptions.js file: What is the expected result when starting the application on a device?

The correct answer is A. The onSuccess function will be invoked every time the application is loaded. See the full explanation below for the reasoning.

Question

Given the following code in an application's initOptions.js file:

What is the expected result when starting the application on a device?

Exhibit

C2180-279 question #86 exhibit

Options

  • AThe onSuccess function will be invoked every time the application is loaded.
  • BThe WL.Client.init method will not be executed because WLJSX.bind is not supported in
  • CThe onConnectionFailure function will be invoked, because the connectOnStartup property is set
  • DThe server related function would not be available until the developer calls the

How the community answered

(35 responses)
  • A
    74% (26)
  • B
    14% (5)
  • C
    6% (2)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full C2180-279 Practice