Home »
MCQs »
Apache Ant MCQs
In Apache Ant, the ____ attribute is used to designate whether a task should execute in a separate process or within the same process as the build
30. In Apache Ant, the ____ attribute is used to designate whether a task should execute in a separate process or within the same process as the build.
- Fork
- FieldSet
- Task
- Include
- Dir
Answer: A) Fork
Explanation:
In Apache Ant, the "fork" attribute is used to designate whether a task should execute in a separate process or within the same process as the build.