IBM
C2180-408 · Question #65
C2180-408 Question #65: Real Exam Question with Answer & Explanation
Sign in or unlock C2180-408 to reveal the answer and full explanation for question #65. The question stem and answer options stay visible for context.
Question
A Worklight mobile application uses a native page to display a real-time graph of the price of a stock symbol. The native page is invoked from a web page using the WL.NativePage.show() method and requires a parameter that contains the value of the stock symbol to display. To pass the value of "IBM" as a parameter to the native page using the parm variable, how should the variable be initialized before passing it to the method?
Options
- Avar parm = "IBM";
- Bvar parm = ["IBM"];
- Cvar parm = {symbol: "IBM"};
- Dvar parm = ["symbol", "IBM"];
Unlock C2180-408 to see the answer
You've previewed enough free C2180-408 questions. Unlock C2180-408 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.