A
Q. Which of the following is not true for Ant?
- Correct Answer - Option(D)
- Views: 8
- Filed under category Java
- Hashtags:
A
Apache Ant is a Java-based build tool that automates software build processes. However, it does not provide lifecycle management like Maven or Gradle. Instead, it follows a procedural approach where tasks are defined in a specific sequence.
Why the other options are true?
(A) It doesn’t have formal conventions → ✅ True
(B) It is procedural → ✅ True
(C) It is a toolbox → ✅ True
Final Answer:
✅ (D) It provides lifecycle management (False statement)
You must be Logged in to update hint/solution
Be the first to start discuss.
Discusssion
Login to discuss.