Oracle
1Z0-441 · Question #35
The EL expression#{deviceScope.hardware.networkStatus}returns a dynamic value based on the mobile device's current network connectivity. Which is an invalid use of the network status?
The correct answer is B. Disable entry to a feature if it requires network access and the current network status. See the full explanation below for the reasoning.
Question
The EL expression#{deviceScope.hardware.networkStatus}returns a dynamic value based on the mobile device’s current network connectivity. Which is an invalid use of the network status?
Options
- AIf the value returned is 3g, warn the user that downloading data may take significant
- BDisable entry to a feature if it requires network access and the current network status
- CStop the user from invoking the phone device service, which relies on a 2G, 3G, or 4G
- DCall an external web service to refresh data if a connection is available; otherwise, use a
How the community answered
(28 responses)- A7% (2)
- B79% (22)
- C11% (3)
- D4% (1)
Community Discussion
No community discussion yet for this question.