Multiple choice technology architecture

Root tag in Ant script?

  1. Project

  2. Root

  3. Directory

  4. folder

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

The Project tag is the root element in an Ant build script - all other elements (targets, tasks, properties) are nested within it. Every valid build.xml must start with a tag as the root. 'Root', 'Directory', and 'folder' are not valid Ant tags.