Multiple choice technology

To Arrange components on a screen, blackberry API ________ managers should to be used.

  1. layout

  2. field

  3. align

  4. design

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In BlackBerry development, layout managers are used to arrange and position components on screens. The correct API term is 'layout managers' - they handle the spatial organization of Field objects within Screen containers. Field managers and design are not BlackBerry API terms, and 'align' is too general. Therefore, 'layout' (option A) is the correct answer.