Multiple choice technology architecture

which property in Target will invoke pre-targets?

  1. depends

  2. include

  3. pre-target

  4. none of the above

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

In Ant build tool, the 'depends' attribute of a target specifies which other targets must execute before the current target. These dependent targets are referred to as pre-targets and are executed in the order they are listed in the depends attribute.