A

Admin • 802.91K Points
Coach

Q. Which of the following is not true for Ant?

  • (A) It doesn’t have formal conventions
  • (B) It is procedural
  • (C) It is a tool box
  • (D) It provides lifecycle management
  • Correct Answer - Option(D)
  • Views: 8
  • Filed under category Java
  • Hashtags:

Explanation by: Admin

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

  • Unlike Maven, which enforces a standard project structure, Ant allows users to define their own build processes.

(B) It is procedural → ✅ True

  • Ant follows a step-by-step (procedural) approach, where you explicitly define what should be done and in what order.

(C) It is a toolbox → ✅ True

  • Ant provides a flexible set of tasks (tools) that can be customized according to project needs.

Final Answer:

(D) It provides lifecycle management (False statement)

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.