Home »
MCQs »
Apache Ant MCQs
In Apache Ant, to create a jar of classes, we must specify the target as ____
15. In Apache Ant, to create a jar of classes, we must specify the target as ____.
- File
- Set
- Jar
- War
Answer: C) Jar
Explanation:
To create a jar of classes, we must specify the target as the jar.