The main structure for a Blackberry device user interface(UI) is the ____ Objects.
-
Screen
-
Display
-
Field
-
Text
A
Correct answer
Explanation
In BlackBerry's UI framework, Screen objects are the top-level containers that form the main structure of a user interface. Screens contain Fields (individual UI elements), which are managed within the Screen hierarchy. Display is the system capability, and Text is a type of content, not structural objects. Therefore, Screen is the correct answer for the main UI structure.