Multiple choice technology platforms and products

The Source Menu option in the Eclipse IDE can help the developer in

  1. Formatting the code

  2. Adding Import

  3. Organizing imports

  4. All of the above

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

The Source menu provides multiple code organization utilities: formatting code structure, adding required imports for referenced classes, and organizing imports to remove unused ones and group them. Options A, B, and C describe individual features, with D correctly identifying all are available.