A. Worklight
B. WLite
C. WL
D. W
A. Create a new Java class, extend NativePage
B. Create a new Java class, extend NativePage, add a native page declaration to AndroidManifest.xml
C. Create a new Java class, extend Activity, add an activity declaration to AndroidManifest.xml
D. Create a new Java class, extend Activity
A. The login page
B. The AuthorizeAccess web service
C. The authentication adapter
D. An authentication realm
A. Cordova.plist file
B. Plug-in will be automatically recognized by JavaScript without adding it to any of above files
C. Plugins.plist file
D. Worklight.plist file
A. When the developer needs to retrieve data from a remote server
B. When the developer wants to gain access to OS APIs which are not accessible within the web container
C. When the developer wants the application to look more like a native application
D. When the developer wants to implement the application in the native code because he is not familiar with JavaScript
A. WL.Logger.debug
B. console.log
C. console.debug
D. WL.Debugger.log
A. There are only two developers
B. The company has distributed development teams situated on different continents that must share the source code
C. The company wants to create a number of mobile applications sharing a common native code base and authentication mechanism
D. The company wants to create a native iOS and Android application, but its resources are limited