1z1-441 無料問題集「Oracle Mobile Development 2015 Essentials」
You have built a mobile application with features X and Y.
You have implemented an application level oracle.adfmf.application.LifeCycleListener named AppListener with methods start(), stop(),activate(), and deactivate(). You have also implemented two feature-level oracle.adfmf.feature.LifeCycleListener classes for features X and Y named XListener and YListener with methods activate() and deactivate().
A user has opened your application and the code is currently executing in feature X.
The user then performs the following steps:
1.Suspend the application (put it in the background).
2.Start the application.
3.Open feature Y.
Which option describes the methods and the specific order in which they are invoked when the user performs these steps?
You have implemented an application level oracle.adfmf.application.LifeCycleListener named AppListener with methods start(), stop(),activate(), and deactivate(). You have also implemented two feature-level oracle.adfmf.feature.LifeCycleListener classes for features X and Y named XListener and YListener with methods activate() and deactivate().
A user has opened your application and the code is currently executing in feature X.
The user then performs the following steps:
1.Suspend the application (put it in the background).
2.Start the application.
3.Open feature Y.
Which option describes the methods and the specific order in which they are invoked when the user performs these steps?
正解:D
解答を投票する
The content of a collection, exposed by JavaBean data control, is changed programmatically by adding a new object to the collection through Java in response to a command button action.
Which event do you need to raise at the end of the Java call to ensure that the user interface is refreshed to display the changes applied from Java?
Which event do you need to raise at the end of the Java call to ensure that the user interface is refreshed to display the changes applied from Java?
正解:D
解答を投票する
Your customer requires that a MAF application must have a feature to return the user's current location on a map via the geolocation services. However, you are aware that it is not always possible to guarantee return of the user's current location in a mobile application.
Which are two valid reasons that the geolocation services may not be available to your application?
Which are two valid reasons that the geolocation services may not be available to your application?
正解:A、C
解答を投票する