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
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)- A74% (26)
- B14% (5)
- C6% (2)
- D6% (2)
Community Discussion
No community discussion yet for this question.
