IBM
C2180-279 · Question #32
What types of Java methods can be called from Worklight adapter?
The correct answer is C. Both static and instance methods can be called from adapter. See the full explanation below for the reasoning.
Question
What types of Java methods can be called from Worklight adapter?
Options
- ASince adapter is implemented in JavaScript only static methods which do not require creating a
- BSince adapter is implemented in JavaScript only instance methods may be called after creating
- CBoth static and instance methods can be called from adapter
- DAdapter has a full access to supplied Java code. Static, public and private methods may be called
How the community answered
(42 responses)- A2% (1)
- B10% (4)
- C81% (34)
- D7% (3)
Community Discussion
No community discussion yet for this question.